C# Class Economy.scripts.EconStructures.EconDataStruct

Show file Open project: jpcsupplies/Economy_mod Class Usage Examples

Public Properties

Property Type Description
Accounts List
CreditBalance decimal
Markets List
OrderBook List
ShipSale List

Property Details

Accounts public property

public List Accounts
return List

CreditBalance public property

The represents the World's credit balance, for unaccounted credits and debits. Sum with all account balances, should be equal to 0.
public decimal CreditBalance
return decimal

Markets public property

public List Markets
return List

OrderBook public property

public List OrderBook
return List

ShipSale public property

public List ShipSale
return List