提交聊天

This commit is contained in:
PC-20230316NUNE\Administrator
2023-11-14 18:52:25 +08:00
parent 5a43eb197b
commit 93ae85e88b
33 changed files with 2047 additions and 4757 deletions

View File

@@ -4,5 +4,5 @@ option java_package = "cn.jisol.ngame.proto";
//聊天信息
message GUIChatMessage {
repeated string message = 1; //聊天内容
string message = 1; //聊天内容
}