Refactor modules

This commit is contained in:
2021-07-25 01:29:43 +02:00
parent e453065afe
commit 84a9badea8
38 changed files with 77 additions and 48 deletions
+1 -1
View File
@@ -1,8 +1,8 @@
module Dodge.Creature.Action.Flee
where
import Dodge.Data
import Dodge.Base.Collide
import Geometry
import FoldableHelp
retreatPointForFrom
:: Float -> World -> Creature -> Point2 -> Maybe Point2