Files
OldThink/Content.Server/Shuttles/Components/ArrivalsBlacklistComponent.cs

10 lines
263 B
C#
Raw Permalink Normal View History

2023-03-26 18:53:27 -07:00
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
2023-03-26 18:53:27 -07:00
{
}