evac/State.hs

12 lines
258 B
Haskell
Raw Normal View History

2019-05-15 02:50:27 -04:00
module State where
2019-05-19 02:11:40 -04:00
import Types
2019-05-18 03:10:33 -04:00
defCharsFaction :: Faction -> MainCharacter
defCharsFaction Blue = Shinji
defCharsFaction Red = Asuka
defCharsFaction White = Rei
defCharsFaction Green = Misato
defCharsFaction Yellow = Ritsuko
defCharsFaction Black = Gendo