Class StationBankAccountComponent
Added to the abstract representation of a station to track its money.
Inheritance
System.Object
StationBankAccountComponent
Namespace: Content.Server.Cargo.Components
Assembly: Content.Server.dll
Syntax
public sealed class StationBankAccountComponent : Component
Fields
| Improve this Doc View SourceBalance
Declaration
public int Balance
Field Value
Type | Description |
---|---|
System.Int32 |
IncreasePerSecond
How much the bank balance goes up per second, every Delay period. Rounded down when multiplied.
Declaration
public int IncreasePerSecond
Field Value
Type | Description |
---|---|
System.Int32 |