Ejemplo n.º 1
0
 public List <GameObject> SpawnedObjects()
 {
     return(Pool.ActiveObjects(prefab).ToList());
 }