Esempio n. 1
0
 /// <summary>
 /// Call this method to kill all instances of all prefabs that use Pool Boss. Only prefabs with a Killable component can be killed.
 /// </summary>
 public static void KillAllPrefabs()
 {
     PoolBoss.KillAllPrefabs();
 }