예제 #1
0
        public List <MTile> GetAoETiles(int dist)
        {
            var logic = new HexTileLogic();

            return(this.ConvertIHexToMTile(logic.GetAoETiles(dist, this)));
        }