rebar3 服务器
This commit is contained in:
@@ -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 {
|
||||
}
|
||||
Reference in New Issue
Block a user