예제 #1
0
 public List <GameObject> SpawnedObjects()
 {
     return(Pool.ActiveObjects(prefab).ToList());
 }