Пример #1
0
        public static void Expand(string group, string type, int amount)
        {
            PoolController pc = GetPool(group);

            if (pc != null)
            {
                pc.Expand(type, amount);
            }
        }