6
StarHorizon_Public/Content.Server/Shuttles/Components/ArrivalsBlacklistComponent.cs
2025-11-05 11:11:22 +03:00

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