summaryrefslogtreecommitdiff
blob: a0693e24bffa0ca77c8778a7c520366d9ca91b38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
module Struct.HelpRequest exposing (Type(..))

-- Elm -------------------------------------------------------------------------

-- Map -------------------------------------------------------------------
import Struct.Character

--------------------------------------------------------------------------------
-- TYPES -----------------------------------------------------------------------
--------------------------------------------------------------------------------
type Type =
   None
   | HelpOnRank Struct.Character.Rank