Commit 2b7892f4 authored by Chunchi Che's avatar Chunchi Che

Merge branch 'feat/swap_grave_deck' into 'main'

add MsgSwapGraveDeck

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