Exemple #1
0
 protected override int GetSpawnCount()
 {
     return(RandomHelpers.RandomIntWithinRange(spawnBatchMin, spawnBatchMax + 1));
 }