public bool Walkable() { if (tileContent == null) { return(false); } return(tileContent.Walkable()); }