예제 #1
0
 public void EnemyWin()
 {
     obj = null;
 }
예제 #2
0
 public void EnemyLose()
 {
     Destroy(obj.gameObject);
     obj = null;
 }