module Struct.ServerReply exposing (Type(..)) -- Elm ------------------------------------------------------------------------- -- Main Menu ------------------------------------------------------------------- import Struct.Player -------------------------------------------------------------------------------- -- TYPES ----------------------------------------------------------------------- -------------------------------------------------------------------------------- type Type = Okay -- | SetBattles (List, List, List) -------------------------------------------------------------------------------- -- LOCAL ----------------------------------------------------------------------- -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- EXPORTED -------------------------------------------------------------------- --------------------------------------------------------------------------------