This commit is contained in:
2014-06-22 21:29:13 +04:00
commit 8f689d4be9
6 changed files with 60 additions and 0 deletions

9
protohx.json Executable file
View File

@@ -0,0 +1,9 @@
{
"protoPath": ".",
"protoFiles": [
"proto/base.proto"
],
"cleanOut": true,
"haxeOut": "src-gen/haxe",
"javaOut": null
}