rebar3 服务器

This commit is contained in:
lwt
2026-05-19 11:30:21 +08:00
parent aeb18acee0
commit 03fd2da480
5187 changed files with 3670646 additions and 0 deletions
@@ -0,0 +1,16 @@
// 该文件由工具自动生成,不要手动修改该文件
package project;
// 作弊指令:协议号:4_1(c2s)
message cheat_cmd_c2s {
required int32 id = 1; // 类型id
required int32 op = 2; // 操作id
optional string args = 3; // 参数
}
// 作弊指令:协议号:4_1(s2c)
message cheat_cmd_s2c {
}