public void Create(int x, int y, string pattern) { GameObject go = creator.CreateGameObject(x, y, pattern); list[x + "," + y] = go; }