Commit d1e33713 authored by Chunchi Che's avatar Chunchi Che

add CtosHsNotReady

parent ed6ff3b1
...@@ -14,6 +14,7 @@ message YgoCtosMsg { ...@@ -14,6 +14,7 @@ message YgoCtosMsg {
CtosUpdateDeck ctos_update_deck = 3; CtosUpdateDeck ctos_update_deck = 3;
CtosHsReady ctos_hs_ready = 4; CtosHsReady ctos_hs_ready = 4;
CtosHsStart ctos_hs_start = 5; CtosHsStart ctos_hs_start = 5;
CtosHsNotReady ctos_hs_not_ready = 6;
} }
} }
...@@ -50,6 +51,10 @@ message CtosHsReady { ...@@ -50,6 +51,10 @@ message CtosHsReady {
// empty message // empty message
} }
message CtosHsNotReady {
// empty message
}
message CtosHsStart { message CtosHsStart {
// empty message // empty message
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment