Refactor, try to limit dependencies
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
module Dodge.ForceField
|
||||
where
|
||||
import Dodge.Wall.ForceField
|
||||
import Dodge.Data.Wall
|
||||
import Dodge.Data.Item.Use.Consumption.Ammo
|
||||
|
||||
createForceField :: ForceFieldType -> Wall
|
||||
createForceField DefaultForceField = forceField
|
||||
Reference in New Issue
Block a user