Files
crystall-punk-14/Content.Shared/_CP14/Cargo/CP14CargoStoreComponent.cs
2024-10-29 12:18:35 +03:00

12 lines
320 B
C#

namespace Content.Shared._CP14.Cargo;
/// <summary>
/// Allows users to view information on city trading opportunities
/// </summary>
[RegisterComponent]
public sealed partial class CP14CargoStoreComponent : Component
{
[DataField]
public Entity<CP14StationTravelingStoreShipTargetComponent>? Station = null;
}