[-][+] Change .proto

[-][+] Change .proto
This commit is contained in:
ALEXTANG
2023-04-23 14:29:19 +08:00
parent 0dd2716c8e
commit c4df46eb57
10 changed files with 126 additions and 294 deletions

View File

@@ -0,0 +1,8 @@
syntax = "proto3";
package GameProto;
// 游戏全局基础数据,和协议无关,就放结构
// 导入定义
import "ProtoBase";