Refactor updates

This commit is contained in:
2022-10-28 23:13:36 +01:00
parent 14e2b5cf8f
commit 82e2a5a234
8 changed files with 64 additions and 63 deletions
-1
View File
@@ -26,7 +26,6 @@ data Universe = Universe
{ _uvWorld :: World
, _preloadData :: PreloadData
, _uvScreenLayers :: [ScreenLayer]
, _quickSave :: Maybe World
, _uvIOEffects :: Universe -> IO Universe
, _uvConcEffects :: ConcEffect
, _uvConfig :: Configuration