Refactor hotkey assignation

This commit is contained in:
2024-12-31 13:24:10 +00:00
parent 17da9e00f8
commit 99114c7351
2 changed files with 30 additions and 41 deletions
-1
View File
@@ -41,7 +41,6 @@ data Consumables
data Item = Item
{ _itUse :: ItemUse
, _itUseCondition :: UseCondition
-- , _itUseFocus :: UseFocus
, _itConsumables :: Consumables
, _itType :: ItemType
, _itID :: NewInt ItmInt