Exemplo n.º 1
0
 private void Die()
 {
     //Should Check : get audio info out of root to play audio completely before die
     audioInfo.KillYourself();
     GameObject.Destroy(this.gameObject);
 }