Exemplo n.º 1
0
 // ------------------------------------------------------------------
 void Update()
 {
     if (pPlayer != null && EnemyCreater.pthis.CheckPos(pPlayer.gameObject))
     {
         pPlayer.BeKill();
     }
 }