Пример #1
0
 public void OnTriggerExit(Collider other)
 {
     if (other.gameObject.tag == "Player")
     {
         if (mapMgr != null)
         {
             mapMgr.TriggleMonsterBorn(this, triggleWave);
         }
     }
 }