[server] add session

This commit is contained in:
2020-03-25 21:05:15 +03:00
parent 8e3b9e2830
commit 8da310a6e5
16 changed files with 609 additions and 12 deletions

12
protohx.json Executable file
View File

@@ -0,0 +1,12 @@
{
"protoPath": "src/common/proto",
"protoFiles": [
"src/common/proto/core.proto",
"src/common/proto/game.proto",
"src/common/proto/room.proto",
"src/common/proto/pack.proto"
],
"cleanOut": true,
"haxeOut": "src-gen/haxe",
"javaOut": null
}