10 lines
232 B
C#
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
|
|
{
|
|
}
|