mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-07 16:45:10 +00:00
9 lines
138 B
Protocol Buffer
9 lines
138 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package GameProto;
|
|
// 游戏全局基础数据,和协议无关,就放结构
|
|
|
|
// 导入定义
|
|
import "ProtoBase";
|
|
|