Files
crystall-punk-14/Content.Server/_CP14/Cargo/CP14TravelingStoreshipFTLTargetComponent.cs

11 lines
279 B
C#
Raw Permalink Normal View History

namespace Content.Server._CP14.Cargo;
/// <summary>
/// One of the possible points where an traveling store ship might land
/// </summary>
[RegisterComponent, Access(typeof(CP14CargoSystem))]
public sealed partial class CP14TravelingStoreShipFTLTargetComponent : Component
{
}