Commit c6691a42 authored by chechunchi's avatar chechunchi

add MsgSwapGraveDeck

parent 70d4b723
Pipeline #22545 passed with stage
in 17 seconds
......@@ -816,6 +816,9 @@ message StocGameMessage {
int32 result2 = 2;
}
// 交换墓地和卡组(现世与冥界的逆转)
message MsgSwapGraveDeck { int32 player = 1; }
// 断线重连
message MsgReloadField {
message ZoneAction {
......@@ -896,5 +899,6 @@ message StocGameMessage {
MsgShuffleDeck shuffle_deck = 50;
MsgRockPaperScissors rock_paper_scissors = 51;
MsgHandResult hand_res = 52;
MsgSwapGraveDeck swap_grave_deck = 53;
}
}
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