Beispiel #1
0
 public void OnGameEvent(DemonFightGameEvent fightEvent)
 {
     foreach (GameObject g in m_BattleWalls)
     {
         g.SetActive(true);
     }
 }
Beispiel #2
0
 public void OnGameEvent(DemonFightGameEvent fightEvent)
 {
     SoundManagerProxy.Get().PlayMusic(m_BossMusic);
     StartCoroutine(DemonSpawnRoutine());
 }