Commit 8692a50f authored by chechunchi's avatar chechunchi

rename

parent e7729f2c
Pipeline #21853 passed with stage
in 10 seconds
...@@ -758,8 +758,8 @@ message StocGameMessage { ...@@ -758,8 +758,8 @@ message StocGameMessage {
int32 new_lp = 2; // 更新后的LP值 int32 new_lp = 2; // 更新后的LP值
} }
// 确认卡组上方的卡 // 确认卡片
message MsgConfirmDeskTop { message MsgConfirmCards {
int32 player = 1; int32 player = 1;
repeated CardInfo cards = 2; repeated CardInfo cards = 2;
} }
...@@ -836,6 +836,6 @@ message StocGameMessage { ...@@ -836,6 +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; MsgConfirmCards confirm_cards = 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