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

10 lines
311 B
C#
Raw Normal View History

namespace Content.Server._CP14.Shuttles.Components;
/// <summary>
/// One of the possible points where an elemental ship might land at the start of a round
/// </summary>
[RegisterComponent, Access(typeof(CP14ExpeditionSystem))]
public sealed partial class CP14ExpeditionShipFTLTargetComponent : Component
{
}