Files
tbd-station-14/Content.Server/Shuttles/Components/ArrivalsBlacklistComponent.cs
2023-03-27 12:53:27 +11:00

10 lines
255 B
C#

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
{
}