uncommented randomenemyspawn method

This commit is contained in:
BOT Alex 2024-02-03 22:36:28 +01:00
parent 5ad484f57d
commit dc398009a9
1 changed files with 5 additions and 5 deletions

View File

@ -68,12 +68,12 @@ public class NewBehaviourScript : MonoBehaviour
void SpawnWave(float difficulty) void SpawnWave(float difficulty)
{ {
SpawnStrongestFirst(difficulty); //SpawnStrongestFirst(difficulty);
//if (Wave != 0 && Wave % 10 == 0) if (Wave != 0 && Wave % 10 == 0)
// SpawnStrongestFirst(difficulty); SpawnStrongestFirst(difficulty);
//else else
// SpawnRandom(difficulty); SpawnRandom(difficulty);
} }
void SpawnStrongestFirst(float difficulty) void SpawnStrongestFirst(float difficulty)