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