Commit ba15eddd authored by Chunchi Che's avatar Chunchi Che

add StocHsPlayerChange message

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