Cleanup, tweak aiming

This commit is contained in:
2023-01-11 19:28:37 +00:00
parent af24c5bc9c
commit 25912fe3eb
3 changed files with 11 additions and 6 deletions
-1
View File
@@ -16,7 +16,6 @@ import Dodge.Data.Item.Use.Consumption
data ItemType = ItemType
{ _iyBase :: ItemBaseType
, _iyModules :: M.Map ModuleSlot ItemModuleType
, _iyStack :: Stack
}
deriving (Eq,Ord,Show,Read)
--deriving (Eq, Ord, Show, Read) --Generic, Flat)