Example #1
0
 protected void Death()
 {
     tankManager.EnemyKilled(this);
     Object.Destroy(this.gameObject);
     Debug.Log("enemy shot");
 }