summaryrefslogtreecommitdiff
path: root/doc/protocol_flow.dot
diff options
context:
space:
mode:
Diffstat (limited to 'doc/protocol_flow.dot')
-rw-r--r--doc/protocol_flow.dot4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/protocol_flow.dot b/doc/protocol_flow.dot
index dce9e93..f012863 100644
--- a/doc/protocol_flow.dot
+++ b/doc/protocol_flow.dot
@@ -7,6 +7,7 @@ digraph G {
LobbyStatus [color = red]
LobbyAction [color = blue]
GameStart [color = red]
+ GameResume [color = red]
Ready [color = blue]
RoundStart [color = red]
RoundState [color = red]
@@ -44,5 +45,6 @@ digraph G {
GameEnd -> LobbyStatus
- LoginResponse -> GameStart [color = green, style = dashed, constraint = false]
+ LoginResponse -> GameResume
+ GameResume -> RoundState [constraint = false]
} \ No newline at end of file