C# Class InventoriesSample.Dummy.UnitMaster

Show file Open project: ufcpp/UfcppSample

Public Methods

Method Description
GetInstance ( int id ) : Unit
UnitMaster ( int masterId, bool isLeader, int maxLife, int maxEnergy ) : InventoriesSample.DataModels

Method Details

GetInstance() public method

public GetInstance ( int id ) : Unit
id int
return InventoriesSample.DataModels.Unit

UnitMaster() public method

public UnitMaster ( int masterId, bool isLeader, int maxLife, int maxEnergy ) : InventoriesSample.DataModels
masterId int
isLeader bool
maxLife int
maxEnergy int
return InventoriesSample.DataModels