public bool IsTileS(IHex target, int dist) { var logic = new HexTileLogic(); return(logic.IsTileS(this, target, dist)); }