Exemple #1
0
        public SpawnCommand(BlockSpawner spawner)
        {
            Assert.IsNotNull(spawner);

            _spawner = spawner;
        }
Exemple #2
0
 public SpawnOfIndexCommand(BlockSpawner spawner, int blockIndex)
 {
     _spawner = spawner;
     _index   = blockIndex;
 }