Example #1
0
 // Make initial setup and preparations before the game can be played
 public void PrepareGame()
 {
     GameState  = GameState.Prepare;
     currentEnv = envManager.GetCurrentEvironment();
     StartCoroutine(WaitToGetGameObjectList());
     SoundManager.Instance.PlayMusic(SoundManager.Instance.menuMusic);
 }