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