Add Read/Show instance for Creature
This commit is contained in:
@@ -10,4 +10,5 @@ data CreatureState = CrSt
|
||||
, _csSpState :: CrSpState
|
||||
, _csDropsOnDeath :: CreatureDropType
|
||||
}
|
||||
deriving (Eq,Ord,Show,Read)
|
||||
makeLenses ''CreatureState
|
||||
|
||||
Reference in New Issue
Block a user