Move UseDelay out of records

This commit is contained in:
2025-06-05 11:00:17 +01:00
parent 289bbcc8a9
commit c8a04b8b1e
16 changed files with 226 additions and 217 deletions
+4 -4
View File
@@ -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}