Add file
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
module Dodge.Data.Damage.Type where
|
||||
|
||||
data DamageType
|
||||
= PhysicalDamage
|
||||
| CookingDamage
|
||||
| PoisonDamage
|
||||
deriving (Eq, Ord, Show, Read, Enum, Bounded) --Generic, Flat)
|
||||
Reference in New Issue
Block a user