예제 #1
0
 void SpwanEnemy(GameObject enemy, Vector3 position)
 {
     //Instantiate(enemy, position, Quaternion.identity, objBattleEventMaster.transform);
     Instantiate(enemy, position, Quaternion.identity);
     boss = GameObject.Find("SkeltonBoss(Clone)");
     battleEventMaster.IncreaseEnemyCounter();
 }
예제 #2
0
 void SpwanEnemy(GameObject enemy, Vector3 position)
 {
     Instantiate(enemy, position, Quaternion.identity, objBattleEventMaster.transform);
     battleEventMasterStage1.IncreaseEnemyCounter();
 }
예제 #3
0
 void SpwanEnemy(GameObject enemy, Vector3 position)
 {
     Instantiate(enemy, position, Quaternion.identity);
     boss = GameObject.Find("Boss(Clone)");
     battleEventMasterStage1.IncreaseEnemyCounter();
 }