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
@@ -14,10 +14,4 @@ public sealed partial class OverrideSellComponent : Component
|
||||
/// </summary>
|
||||
[DataField(required: true)]
|
||||
public ProtoId<CargoAccountPrototype> OverrideAccount;
|
||||
|
||||
/// <summary>
|
||||
/// The cut that the OverrideAccount will get from the price. The rest is given to the primary station account.
|
||||
/// </summary>
|
||||
[DataField]
|
||||
public float OverrideCut = 0.75f;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user