All non-abstract classes that implement `RoomGen<T>` must override `ToString()` in a way that summarizes their members. Ex. A `RoomGenSquare` with Width 8 and Height 5 would be `RoomGenSquare [8]x[5]`
All non-abstract classes that implement
RoomGen<T>must overrideToString()in a way that summarizes their members.Ex. A
RoomGenSquarewith Width 8 and Height 5 would beRoomGenSquare [8]x[5]