Commit 1484721f authored by Chunchi Che's avatar Chunchi Che

add CtosHsStart

parent 7b87e8a0
......@@ -13,6 +13,7 @@ message YgoCtosMsg {
CtosJoinGame ctos_join_game = 2;
CtosUpdateDeck ctos_update_deck = 3;
CtosHsReady ctos_hs_ready = 4;
CtosHsStart ctos_hs_start = 5;
}
}
......@@ -48,6 +49,10 @@ message CtosUpdateDeck {
message CtosHsReady {
// empty message
}
message CtosHsStart {
// empty message
}
// ----- STOC -----
message StocJoinGame {
......
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