public List <MTile> GetArcTiles(MTile target) { var logic = new HexTileLogic(); return(this.ConvertIHexToMTile(logic.GetArcTiles(this, target))); }