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