Пример #1
0
        public void Create(int x, int y, string pattern)
        {
            GameObject go = creator.CreateGameObject(x, y, pattern);

            list[x + "," + y] = go;
        }