6
2025-11-05 11:11:22 +03:00

11 lines
210 B
C#

namespace Content.Server.Shuttles.Components;
/// <summary>
/// Shows up on a shuttle's map as an FTL target.
/// </summary>
[RegisterComponent]
public sealed partial class FTLBeaconComponent : Component
{
}