summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornsensfel <SpamShield0@noot-noot.org>2018-09-27 15:40:30 +0200
committernsensfel <SpamShield0@noot-noot.org>2018-09-27 15:40:30 +0200
commit2f22e667fbea56884d74ed27777f2e9f3fc9fd53 (patch)
tree75300c58cc7b287993887f84b2d68b9d515a9ec0 /src/Struct/ServerReply.elm
parent486ee1dbe21be962e89f421e1dd5f3cbb2fd2177 (diff)
Starting to separate background and popup code.
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 --------------------------------------------------------------------
---------------------------------------------------------------------------------