C# Class InventoriesSample.Dummy.UnitMaster

Afficher le fichier Open project: ufcpp/UfcppSample

Méthodes publiques

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

Method Details

GetInstance() public méthode

public GetInstance ( int id ) : Unit
id int
Résultat InventoriesSample.DataModels.Unit

UnitMaster() public méthode

public UnitMaster ( int masterId, bool isLeader, int maxLife, int maxEnergy ) : InventoriesSample.DataModels
masterId int
isLeader bool
maxLife int
maxEnergy int
Résultat InventoriesSample.DataModels