Refactor, try to limit dependencies

This commit is contained in:
2022-07-28 00:59:56 +01:00
parent 8aa5c17ab9
commit 160560af5f
418 changed files with 15104 additions and 13342 deletions
+2 -3
View File
@@ -1,8 +1,7 @@
module Dodge.Base.You where
import Dodge.Data
--import Picture
import Dodge.Data.World
import qualified IntMapHelp as IM
--import Control.Lens
you :: World -> Creature
you w = _creatures (_cWorld w) IM.! _yourID (_cWorld w)