Files
tbd-station-14/Content.Server/Shuttles/Components/ArrivalsBlacklistComponent.cs

10 lines
263 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 partial class ArrivalsBlacklistComponent : Component
{
}