예제 #1
0
        public bool IsTileN(IHex target, int dist)
        {
            var logic = new HexTileLogic();

            return(logic.IsTileN(this, target, dist));
        }