6
2026-01-24 12:49:55 +03: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
{
}