Exemplo n.º 1
0
 public void SetContinentType(EContinentType type)
 {
     _Continent = type;
 }
Exemplo n.º 2
0
 void Start()
 {
     SetSceneNameAntType();
     _GameMode  = EGameMode.NOTE_SET;
     _Continent = EContinentType.E_NOT_SET;
 }