C# Class Economy.scripts.EconStructures.EconDataStruct

显示文件 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_oe property

public List Accounts
return List

CreditBalance public_oe 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_oe property

public List Markets
return List

OrderBook public_oe property

public List OrderBook
return List

ShipSale public_oe property

public List ShipSale
return List