namespace Content.Shared._CP14.Cargo; /// /// marks an entity into which trade with the city will put money when selling, or take it when buying. /// [RegisterComponent] public sealed partial class CP14CargoMoneyBoxComponent : Component { }