Tweak display, scrolling of item values
This commit is contained in:
@@ -72,8 +72,7 @@ data TriggerType = AutoTrigger | HammerTrigger
|
||||
deriving (Eq, Show, Read)
|
||||
|
||||
data AttachParams
|
||||
= APProjectiles
|
||||
{_apProjectiles :: [Int]}
|
||||
= APProjectiles {_apProjectiles :: [Int]}
|
||||
| APInt {_apInt :: Int}
|
||||
| APNothing
|
||||
deriving (Eq, Show, Read)
|
||||
|
||||
Reference in New Issue
Block a user