C# 클래스 Economy.scripts.EconStructures.EconDataStruct

파일 보기 프로젝트 열기: jpcsupplies/Economy_mod 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Accounts List
CreditBalance decimal
Markets List
OrderBook List
ShipSale List

프로퍼티 상세

Accounts 공개적으로 프로퍼티

public List Accounts
리턴 List

CreditBalance 공개적으로 프로퍼티

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
리턴 decimal

Markets 공개적으로 프로퍼티

public List Markets
리턴 List

OrderBook 공개적으로 프로퍼티

public List OrderBook
리턴 List

ShipSale 공개적으로 프로퍼티

public List ShipSale
리턴 List