예제 #1
0
        public void TileChanged(int positionX, int positionY)
        {
            TileController tile = _children[positionX, positionY].GetComponent <TileController>();

            tile.SetTile(_game.GetViewTile(positionX, positionY));
        }