using Robust.Shared.GameStates; namespace Content.Shared.Cargo.Components; /// /// Can be inserted into a to increase the station's bank account. /// [RegisterComponent, NetworkedComponent] public sealed partial class CashComponent : Component { }