Example #1
0
 public SpawnerPool(GameObject prefab, Spawner spawner)
 {
     this.prefab  = new SpawnerPrefab(prefab);
     this.spawner = spawner;
 }
Example #2
0
 public SpawnerPool(GameObject prefab, Spawner spawner)
 {
     this.prefab = new SpawnerPrefab(prefab);
     this.spawner = spawner;
 }