summaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'src/battle/src/Struct/ServerReply.elm')
-rw-r--r-- | src/battle/src/Struct/ServerReply.elm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/battle/src/Struct/ServerReply.elm b/src/battle/src/Struct/ServerReply.elm index 25a0b2f..59531aa 100644 --- a/src/battle/src/Struct/ServerReply.elm +++ b/src/battle/src/Struct/ServerReply.elm @@ -4,6 +4,7 @@ module Struct.ServerReply exposing (Type(..)) -- Battle ---------------------------------------------------------------------- import Struct.Armor +import Struct.Portrait import Struct.Map import Struct.Character import Struct.Tile @@ -18,6 +19,7 @@ type Type = Okay | Disconnected | AddArmor Struct.Armor.Type + | AddPortrait Struct.Portrait.Type | AddWeapon Struct.Weapon.Type | AddCharacter Struct.Character.TypeAndEquipmentRef | AddTile Struct.Tile.Type |