Commit 1ca09b1d authored by Chunchi Che's avatar Chunchi Che

add CtosHsReady proto

parent a54ddaec
......@@ -8,6 +8,7 @@ message YgoCtosMsg {
CtosPlayerInfo ctos_player_info = 1;
CtosJoinGame ctos_join_game = 2;
CtosUpdateDeck ctos_update_deck = 3;
CtosHsReady ctos_hs_ready = 4;
}
}
......@@ -38,6 +39,9 @@ message CtosUpdateDeck {
repeated int32 side = 3;
}
message CtosHsReady {
// 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