Cleanup
This commit is contained in:
@@ -1,9 +1,13 @@
|
||||
{-# LANGUAGE TemplateHaskell #-}
|
||||
|
||||
module Dodge.Data.Combine where
|
||||
|
||||
import Control.Lens
|
||||
import Dodge.Data.Item
|
||||
data CombinableItem = CombinableItem
|
||||
|
||||
data CombItem = CombItem
|
||||
{ _ciInvIDs :: [Int]
|
||||
, _ciItem :: Item
|
||||
}
|
||||
makeLenses ''CombinableItem
|
||||
|
||||
makeLenses ''CombItem
|
||||
|
||||
Reference in New Issue
Block a user