コード例 #1
0
 private void Die(MyAgent shooter)     //Enemy sconfitto
 {
     shooter.KillCount();
     Debug.Log("Morto");
     this.gameObject.SetActive(false);
 }