summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Struct/ServerReply.elm')
-rw-r--r--src/Struct/ServerReply.elm29
1 files changed, 0 insertions, 29 deletions
diff --git a/src/Struct/ServerReply.elm b/src/Struct/ServerReply.elm
deleted file mode 100644
index f0530d8..0000000
--- a/src/Struct/ServerReply.elm
+++ /dev/null
@@ -1,29 +0,0 @@
-module Struct.ServerReply exposing (Type(..))
-
--- Elm -------------------------------------------------------------------------
-
--- -------------------------------------------------------------------
-import Struct.BattleSummary
-
---------------------------------------------------------------------------------
--- TYPES -----------------------------------------------------------------------
---------------------------------------------------------------------------------
-
-type Type =
- Okay
- | SetID String
- | SetUsername String
- | SetBattles
- (
- (List Struct.BattleSummary.Type),
- (List Struct.BattleSummary.Type),
- (List Struct.BattleSummary.Type)
- )
-
---------------------------------------------------------------------------------
--- LOCAL -----------------------------------------------------------------------
---------------------------------------------------------------------------------
-
---------------------------------------------------------------------------------
--- EXPORTED --------------------------------------------------------------------
---------------------------------------------------------------------------------