Commit 072c599f authored by chechunchi's avatar chechunchi

add MsgConfirmDeskTop

parent 0993b418
Pipeline #21845 passed with stage
in 16 seconds
...@@ -758,6 +758,12 @@ message StocGameMessage { ...@@ -758,6 +758,12 @@ message StocGameMessage {
int32 new_lp = 2; // 更新后的LP值 int32 new_lp = 2; // 更新后的LP值
} }
// 确认卡组上方的卡片
message MsgConfirmDeskTop {
int32 player = 1;
repeated CardInfo cards = 2;
}
// 断线重连 // 断线重连
message MsgReloadField { message MsgReloadField {
message ZoneAction { message ZoneAction {
...@@ -830,5 +836,6 @@ message StocGameMessage { ...@@ -830,5 +836,6 @@ message StocGameMessage {
MsgChainEnd chain_end = 42; MsgChainEnd chain_end = 42;
MsgAnnounce announce = 43; MsgAnnounce announce = 43;
MsgLpUpdate lp_update = 44; MsgLpUpdate lp_update = 44;
MsgConfirmDeskTop confirm_desktop = 45;
} }
} }
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