Commit d1e33713 authored by Chunchi Che's avatar Chunchi Che

add CtosHsNotReady

parent ed6ff3b1
......@@ -14,6 +14,7 @@ message YgoCtosMsg {
CtosUpdateDeck ctos_update_deck = 3;
CtosHsReady ctos_hs_ready = 4;
CtosHsStart ctos_hs_start = 5;
CtosHsNotReady ctos_hs_not_ready = 6;
}
}
......@@ -50,6 +51,10 @@ message CtosHsReady {
// empty message
}
message CtosHsNotReady {
// empty message
}
message CtosHsStart {
// 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