Exemplo n.º 1
0
 private void Boom()
 {
     HOAudioManager.Explosion();
     m_BombGO = Instantiate(m_BombEffect, transform.position, Quaternion.identity) as GameObject;
     Invoke("GameOverWithBoom", m_TimeToGameOver);
     gameObject.SetActive(false);
 }