audinowho / RogueElements

Roguelike Map Generation, built to be game-agnostic.
MIT License
51 stars 7 forks source link

Add ToString Methods to RoomGens #6

Open audinowho opened 5 years ago

audinowho commented 5 years ago

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]