game/src/Pokemon/Type.hs

6 lines
140 B
Haskell

module Pokemon.Type (
Type(..)
) where
data Type = Water | Fire | Eletric | Plant | Rock | Ground | Psy | Ice | Fly | Normal | Ghost