public void EnemyWin() { obj = null; }
public void EnemyLose() { Destroy(obj.gameObject); obj = null; }