예제 #1
0
 public static List <GameObject> GetSpawned(this GameObject prefab, List <GameObject> list, bool appendList)
 {
     return(ObjectPool.GetSpawned(prefab, list, appendList));
 }