Cleanup and reorganise

This commit is contained in:
2021-10-31 19:46:32 +00:00
parent 41e64d14c3
commit 08fa84c1fd
53 changed files with 1352 additions and 1407 deletions
+2 -4
View File
@@ -1,11 +1,9 @@
module Dodge.Creature.Update
where
( unrandUpdate
) where
import Dodge.Data
--import System.Random
import Data.Monoid
-- combinators for helping with dealing with creature update
unrandUpdate
:: (Creature -> World -> World)