ArrivalsBlacklistComponent.cs 263 B

123456789
  1. namespace Content.Server.Shuttles.Components;
  2. /// <summary>
  3. /// This is used for blacklisting entities from being on the arrivals shuttle when it goes FTL.
  4. /// </summary>
  5. [RegisterComponent]
  6. public sealed partial class ArrivalsBlacklistComponent : Component
  7. {
  8. }