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