6
2026-01-13 18:31:02 +02:00

10 lines
232 B
C#

namespace Content.Shared._NF.Shuttles.Components;
/// <summary>
/// This is a stub component for allowing/denying FTL on a shuttle.
/// </summary>
[RegisterComponent]
public sealed partial class ShuttleFTLComponent : Component
{
}