Commit 308767ca authored by Chunchi Che's avatar Chunchi Che

Merge branch 'feat/ctos/chat' into 'main'

add StocChat

See merge request !26
parents fc8be2c4 768c1d41
Pipeline #20504 passed with stage
in 16 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