Move UseDelay out of records
This commit is contained in:
@@ -31,10 +31,10 @@ import Geometry.Data
|
||||
|
||||
data ItemUse
|
||||
= UseHeld
|
||||
{ _heldDelay :: UseDelay
|
||||
-- , _heldMuzzles :: [Muzzle]
|
||||
, _heldFrame :: Int
|
||||
}
|
||||
-- { --_heldDelay :: UseDelay
|
||||
---- , _heldMuzzles :: [Muzzle]
|
||||
---- _heldFrame :: Int
|
||||
-- }
|
||||
| UseEquip {_uequipEffect :: EquipEffect}
|
||||
| UseAttach {_uaParams :: AttachParams}
|
||||
| UseInt {_uInt :: Int}
|
||||
|
||||
Reference in New Issue
Block a user