Commit 768c1d41 authored by Chunchi Che's avatar Chunchi Che

add StocChat

parent fc8be2c4
Pipeline #20503 passed with stage
in 20 seconds
......@@ -71,6 +71,7 @@ message YgoCtosMsg {
CtosTpResult ctos_tp_result = 8;
CtosTimeConfirm ctos_time_confirm = 9;
CtosGameMsgResponse ctos_response = 10;
CtosChat ctos_chat = 11;
}
}
......@@ -139,6 +140,9 @@ message CtosTpResult {
// 确认计时
message CtosTimeConfirm {}
// 发送聊天消息
message CtosChat { string message = 1; }
// 决斗对局内协议
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