Small cleanup

This commit is contained in:
2025-09-23 17:17:27 +01:00
parent 60fdd138e3
commit 4074c40083
5 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ import System.Random
data GenWorld = GenWorld
{ _gwWorld :: World
, _genRooms :: IM.IntMap Room
, _genPmnt :: IM.IntMap [Placement]
, _genPmnt :: IM.IntMap Placement
}
---- ROOM DATATYPES