Commit ed6ff3b1 authored by Chunchi Che's avatar Chunchi Che

update StocTypeChange

parent 1484721f
...@@ -79,7 +79,19 @@ message StocHsPlayerEnter { ...@@ -79,7 +79,19 @@ message StocHsPlayerEnter {
} }
message StocTypeChange { message StocTypeChange {
int32 type = 1; enum SelfType {
UNKNOWN = 0;
PLAYER1 = 1;
PLAYER2 = 2;
PLAYER3 = 3;
PLAYER4 = 4;
PLAYER5 = 5;
PLAYER6 = 6;
OBSERVER = 100;
}
SelfType self_type = 1;
bool is_host = 2;
} }
message StocHsPlayerChange { message StocHsPlayerChange {
......
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