Commit 702feb50 authored by Chunchi Che's avatar Chunchi Che

Merge branch 'feat/duel_end' into 'main'

add msg duel end

See merge request !65
parents a02a8caa b3007d10
Pipeline #23423 passed with stage
in 22 seconds
...@@ -98,6 +98,7 @@ message YgoStocMsg { ...@@ -98,6 +98,7 @@ message YgoStocMsg {
StocErrorMsg stoc_error_msg = 14; StocErrorMsg stoc_error_msg = 14;
StocChangeSide stoc_change_side = 15; StocChangeSide stoc_change_side = 15;
StocWaitingSide stoc_waiting_side = 16; StocWaitingSide stoc_waiting_side = 16;
StocDuelEnd stoc_duel_end = 17;
} }
} }
...@@ -308,6 +309,9 @@ message StocWaitingSide {} ...@@ -308,6 +309,9 @@ message StocWaitingSide {}
// 决斗开始! // 决斗开始!
message StocDuelStart {} message StocDuelStart {}
// 决斗结束
message StocDuelEnd {}
// 时间限制 // 时间限制
message StocTimeLimit { message StocTimeLimit {
int32 player = 1; int32 player = 1;
......
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