Ejemplo n.º 1
0
 public static void Despawn(string poolName, GameObject go, bool countEntity)
 {
     Instance.DespawnI(poolName, go, countEntity);
 }