Commit 7b87e8a0 authored by Chunchi Che's avatar Chunchi Che

add StocHsWatchChange

parent b76a7b64
......@@ -23,6 +23,7 @@ message YgoStocMsg {
StocHsPlayerEnter stoc_hs_player_enter = 3;
StocTypeChange stoc_type_change = 4;
StocHsPlayerChange stoc_hs_player_change = 5;
StocHsWatchChange stoc_hs_watch_change = 6;
}
}
......@@ -90,3 +91,7 @@ message StocHsPlayerChange {
int32 pos = 2;
int32 moved_pos = 3;
}
message StocHsWatchChange {
int32 count = 1;
}
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