This commit is contained in:
2025-06-08 20:57:19 +01:00
parent 1b769ad504
commit feb9ce08cc
+7
View File
@@ -0,0 +1,7 @@
module Dodge.Data.Damage.Type where
data DamageType
= PhysicalDamage
| CookingDamage
| PoisonDamage
deriving (Eq, Ord, Show, Read, Enum, Bounded) --Generic, Flat)