Commit 6ab136c4 authored by Chunchi Che's avatar Chunchi Che

add STOC select hand

parent d1e33713
...@@ -26,6 +26,7 @@ message YgoStocMsg { ...@@ -26,6 +26,7 @@ message YgoStocMsg {
StocTypeChange stoc_type_change = 4; StocTypeChange stoc_type_change = 4;
StocHsPlayerChange stoc_hs_player_change = 5; StocHsPlayerChange stoc_hs_player_change = 5;
StocHsWatchChange stoc_hs_watch_change = 6; StocHsWatchChange stoc_hs_watch_change = 6;
StocSelectHand stoc_select_hand = 7;
} }
} }
...@@ -117,3 +118,7 @@ message StocHsPlayerChange { ...@@ -117,3 +118,7 @@ message StocHsPlayerChange {
message StocHsWatchChange { message StocHsWatchChange {
int32 count = 1; int32 count = 1;
} }
message StocSelectHand {
// 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