private void EnemyBanCompCheck()
 {
     Debug.Log("GM = EnemyBanCompCheck()");
     cm.ConfirmComp();
     StartCoroutine(EnemyBanCheckWait());
 }