summaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'src/map-editor/src/Comm/Okay.elm')
-rw-r--r-- | src/map-editor/src/Comm/Okay.elm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map-editor/src/Comm/Okay.elm b/src/map-editor/src/Comm/Okay.elm index ca7a2eb..3d29375 100644 --- a/src/map-editor/src/Comm/Okay.elm +++ b/src/map-editor/src/Comm/Okay.elm @@ -3,7 +3,7 @@ module Comm.Okay exposing (decode) -- Elm ------------------------------------------------------------------------- import Json.Decode --- Battlemap ------------------------------------------------------------------- +-- Local Module ---------------------------------------------------------------- import Struct.ServerReply -------------------------------------------------------------------------------- |