Make funding allocation computer more configurable (#36790)
* Make funding allocation computer more configurable * admin logging * unused * ccvar enabled --------- Co-authored-by: ScarKy0 <scarky0@onet.eu>
This commit is contained in:
committed by
GitHub
parent
1197d9b038
commit
907f4b39cd
@@ -23,6 +23,12 @@ public sealed partial class StationBankAccountComponent : Component
|
||||
[DataField, AutoNetworkedField]
|
||||
public double PrimaryCut = 0.50;
|
||||
|
||||
/// <summary>
|
||||
/// When giving funds to a particular account from an override sell, the proportion of funds they should receive compared to remaining accounts.
|
||||
/// </summary>
|
||||
[DataField, AutoNetworkedField]
|
||||
public double LockboxCut = 0.75;
|
||||
|
||||
/// <summary>
|
||||
/// A dictionary corresponding to the money held by each cargo account.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user