Commit 0878411c authored by Chunchi Che's avatar Chunchi Che

fix

parent a019d093
Pipeline #18454 passed with stage
in 12 seconds
......@@ -277,11 +277,11 @@ message StocGameMessage {
}
IdleType idle_type = 1;
repeated IdleData = 2;
repeated IdleData idle_datas = 2;
}
int32 player = 1;
repeated IdleCmd = 2;
repeated IdleCmd idle_cmds = 2;
bool enable_bp = 3;
bool enable_ep = 4;
bool enable_shuffle = 5;
......@@ -293,7 +293,7 @@ message StocGameMessage {
MsgNewTurn new_turn = 3;
MsgNewPhase new_phase = 4;
MsgHint hint = 5;
MsgSelectIdleCmd = 6;
MsgSelectIdleCmd select_idle_cmd = 6;
}
}
......
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