Files
crystall-punk-14/Content.Server/Shuttles/Components/FTLBeaconComponent.cs

11 lines
210 B
C#
Raw Permalink Normal View History

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
{
}