Commit 65b19c19 authored by Chunchi Che's avatar Chunchi Che

add MsgLpUpdate

parent ee85cb1d
Pipeline #21834 passed with stage
in 12 seconds
...@@ -752,6 +752,12 @@ message StocGameMessage { ...@@ -752,6 +752,12 @@ message StocGameMessage {
repeated Option options = 4; repeated Option options = 4;
} }
// 刷新生命值
message MsgLpUpdate {
int32 player = 1; // 玩家编号
int32 new_lp = 2; // 更新后的LP值
}
// 断线重连 // 断线重连
message MsgReloadField { message MsgReloadField {
message ZoneAction { message ZoneAction {
...@@ -823,5 +829,6 @@ message StocGameMessage { ...@@ -823,5 +829,6 @@ message StocGameMessage {
MsgChainSolved chain_solved = 41; MsgChainSolved chain_solved = 41;
MsgChainEnd chain_end = 42; MsgChainEnd chain_end = 42;
MsgAnnounce announce = 43; MsgAnnounce announce = 43;
MsgLpUpdate lp_udpate = 44;
} }
} }
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