Пример #1
0
 private void SpawnBlock()
 {
     _spawnerIndex   = _spawnerIndex == 0 ? 1 : 0;
     _currentSpawner = blockSpawners[_spawnerIndex];
     _currentSpawner.SpawningBlock();
 }