Class CurrencyAndAccount
Inheritance
System.Object
CurrencyAndAccount
Assembly: Eco.Gameplay.dll
Syntax
public class CurrencyAndAccount : Object, IController, IViewController, IHasUniversalID
Constructors
CurrencyAndAccount()
Declaration
public CurrencyAndAccount()
Properties
Account
Declaration
public CurrencyHolding Account { get; set; }
Property Value
ControllerID
Declaration
public ref int ControllerID { get; }
Property Value
Type |
Description |
System.Int32 |
|
Currency
Declaration
public Currency Currency { get; set; }
Property Value
Implements
Extension Methods