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