Beispiel #1
0
 public void AddPool(GameObjectPool pool)
 {
     m_PoolMap.Add(pool.poolName, pool);
 }