public Tile GetTileAtPosition(int x, int y) { return(MapTiles.Find(tile => tile.X == x && tile.Y == y)); }