Beispiel #1
0
 // 생성 시작
 void InitGenerator()
 {
     // 맵 생성, 플레이어, 몬스터 배치
     tileMapManager.GeneratorMap(StageCount - 1);
     generator.EnemySpawn();
     cameraMovement.enabled = true;
 }