Commit ba15eddd authored by Chunchi Che's avatar Chunchi Che

add StocHsPlayerChange message

parent 1ca09b1d
......@@ -3,6 +3,8 @@ package ygopro;
option go_package = "DarkNeos/ygopropb";
// todo: comment
message YgoCtosMsg {
oneof msg {
CtosPlayerInfo ctos_player_info = 1;
......@@ -18,6 +20,7 @@ message YgoStocMsg {
StocChat stoc_chat = 2;
StocHsPlayerEnter stoc_hs_player_enter = 3;
StocTypeChange stoc_type_change = 4;
StocHsPlayerChange stoc_hs_player_change = 5;
}
}
......@@ -70,3 +73,7 @@ message StocHsPlayerEnter {
message StocTypeChange {
int32 type = 1;
}
message StocHsPlayerChange {
int32 status = 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