Adds arrivals blacklist (#14882)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace Content.Server.Shuttles.Components;
|
||||
|
||||
/// <summary>
|
||||
/// This is used for blacklisting entities from being on the arrivals shuttle when it goes FTL.
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
public sealed class ArrivalsBlacklistComponent : Component
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user