Commit b76a7b64 authored by Chunchi Che's avatar Chunchi Che

rerange StocHsPlayerChange

parent 27613d3f
...@@ -77,5 +77,16 @@ message StocTypeChange { ...@@ -77,5 +77,16 @@ message StocTypeChange {
} }
message StocHsPlayerChange { message StocHsPlayerChange {
int32 status = 1; enum State {
UNKNOWN = 0;
MOVE = 1;
READY = 2;
NO_READY = 3;
LEAVE = 4;
TO_OBSERVER = 5;
}
State state = 1;
int32 pos = 2;
int32 moved_pos = 3;
} }
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