| summaryrefslogtreecommitdiff | 
diff options
Diffstat (limited to 'src/battle/src/Struct/ServerReply.elm')
| -rw-r--r-- | src/battle/src/Struct/ServerReply.elm | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/src/battle/src/Struct/ServerReply.elm b/src/battle/src/Struct/ServerReply.elm index 87325a5..28dde0d 100644 --- a/src/battle/src/Struct/ServerReply.elm +++ b/src/battle/src/Struct/ServerReply.elm @@ -2,7 +2,7 @@ module Struct.ServerReply exposing (Type(..))  -- Elm ------------------------------------------------------------------------- --- Map ------------------------------------------------------------------- +-- Battle ----------------------------------------------------------------------  import Struct.Armor  import Struct.Map  import Struct.Character @@ -16,6 +16,7 @@ import Struct.Weapon  type Type =     Okay +   | Disconnected     | AddArmor Struct.Armor.Type     | AddWeapon Struct.Weapon.Type     | AddCharacter (Struct.Character.Type, Int, Int, Int) | 


