Cleanup constructors FooUse -> UseFoo
This commit is contained in:
@@ -51,21 +51,21 @@ data ItemUse
|
||||
}
|
||||
| UseConsume { _cUse :: Cuse }
|
||||
| UseEquip { _uequipEffect :: EquipEffect }
|
||||
| CraftUse
|
||||
| UseCraft
|
||||
| UseAttach {_uaParams :: AttachParams}
|
||||
| UseAmmoMag
|
||||
{ _amagLoadStatus :: ReloadStatus
|
||||
, _amagParams :: AmmoParams
|
||||
, _amagType :: AmmoType
|
||||
}
|
||||
| ScopeUse { _scopeScope :: Scope }
|
||||
| TargetingUse
|
||||
| UseScope { _uScope :: Scope }
|
||||
| UseTargeting
|
||||
{ _tgPos :: Maybe Point2
|
||||
, _tgID :: Maybe Int
|
||||
, _tgActive :: Bool
|
||||
}
|
||||
| BulletModUse
|
||||
{ _buMod :: BulletMod
|
||||
| UseBulletMod
|
||||
{ _ubMod :: BulletMod
|
||||
}
|
||||
deriving (Eq, Show, Read)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user