[proto] add game and event proto

This commit is contained in:
2020-05-26 14:25:37 +03:00
parent f7f6423938
commit b7b1ac3871
13 changed files with 135 additions and 70 deletions

View File

@@ -2,6 +2,8 @@
"protoPath": "src/common/proto",
"protoFiles": [
"src/common/proto/core.proto",
"src/common/proto/game.proto",
"src/common/proto/event.proto",
"src/common/proto/pack.proto"
],
"cleanOut": true,