Exemplo n.º 1
0
 public void Kill()
 {
     playerDied.Toggle = true;
     flying.Kill();
     //Destroy(gameObject);
 }
Exemplo n.º 2
0
 public void Kill()
 {
     enemyDied.Toggle = true;
     plane.Kill();
 }