Commit cb7d35e4 authored by Chunchi Che's avatar Chunchi Che

add StocSurrender

parent 6434c30b
Pipeline #20761 failed with stage
in 16 seconds
......@@ -72,6 +72,7 @@ message YgoCtosMsg {
CtosTimeConfirm ctos_time_confirm = 9;
CtosGameMsgResponse ctos_response = 10;
CtosChat ctos_chat = 11;
CtosSurrender ctos_surrender = 12;
}
}
......@@ -143,6 +144,9 @@ message CtosTimeConfirm {}
// 发送聊天消息
message CtosChat { string message = 1; }
// 投降
message CtosSurrender {}
// 决斗对局内协议
message CtosGameMsgResponse {
message SelectIdleCmdResponse { int32 code = 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