Пример #1
0
 public void EnemyWin()
 {
     obj = null;
 }
Пример #2
0
 public void EnemyLose()
 {
     Destroy(obj.gameObject);
     obj = null;
 }