Remove after placements/genWorldPlacements

This commit is contained in:
2025-09-02 12:03:41 +01:00
parent 7b28ec15d1
commit dc13c61dca
3 changed files with 0 additions and 13 deletions
-1
View File
@@ -22,7 +22,6 @@ import System.Random
data GenWorld = GenWorld
{ _gwWorld :: World
, _genPlacements :: IM.IntMap [(Placement, Int)]
, _genRooms :: IM.IntMap Room
}