예제 #1
0
        public List <MTile> GetArcTiles(MTile target)
        {
            var logic = new HexTileLogic();

            return(this.ConvertIHexToMTile(logic.GetArcTiles(this, target)));
        }