Commit e7729f2c authored by Chunchi Che's avatar Chunchi Che

Merge branch 'feat/confirm_deck_top' into 'main'

add MsgConfirmDeskTop

See merge request !49
parents 0993b418 072c599f
Pipeline #21846 passed with stage
in 10 seconds
......@@ -758,6 +758,12 @@ message StocGameMessage {
int32 new_lp = 2; // 更新后的LP值
}
// 确认卡组上方的卡片
message MsgConfirmDeskTop {
int32 player = 1;
repeated CardInfo cards = 2;
}
// 断线重连
message MsgReloadField {
message ZoneAction {
......@@ -830,5 +836,6 @@ message StocGameMessage {
MsgChainEnd chain_end = 42;
MsgAnnounce announce = 43;
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