mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
Update
Update
This commit is contained in:
@@ -1,27 +1,27 @@
|
||||
{
|
||||
"Export": {
|
||||
"ProtoBufTemplatePath": {
|
||||
"Value": "../Config/Template/ProtoTemplate.txt",
|
||||
"Value": "../../../Config/Template/ProtoTemplate.txt",
|
||||
"Comment": "ProtoBuf生成代码模板的位置"
|
||||
},
|
||||
"ProtoBufDirectory": {
|
||||
"Value": "../Config/ProtoBuf/",
|
||||
"Value": "../../../Config/ProtoBuf/",
|
||||
"Comment": "ProtoBuf文件所在的位置文件夹位置"
|
||||
},
|
||||
"ProtoBufServerDirectory": {
|
||||
"Value": "../../Assets/GameScripts/DotNet/Logic/Generate~/NetworkProtocol/",
|
||||
"Value": "../../../../Assets/GameScripts/DotNet/Logic/Generate~/NetworkProtocol/",
|
||||
"Comment": "ProtoBuf生成到服务端的文件夹位置"
|
||||
},
|
||||
"ProtoBufClientDirectory": {
|
||||
"Value": "../../Assets/GameScripts/HotFix/GameProto/GameProtocol/",
|
||||
"Value": "../../../../Assets/GameScripts/HotFix/GameProto/GameProtocol/",
|
||||
"Comment": "ProtoBuf生成到客户端的文件夹位置"
|
||||
},
|
||||
"ExcelProgramPath": {
|
||||
"Value": "../Config/Excel/",
|
||||
"Value": "../../../Config/Excel/",
|
||||
"Comment": "Excel配置文件根目录"
|
||||
},
|
||||
"ExcelVersionFile": {
|
||||
"Value": ".../Config/Excel/Version.txt",
|
||||
"Value": ".../../../Config/Excel/Version.txt",
|
||||
"Comment": "Excel版本文件的位置"
|
||||
},
|
||||
"ExcelServerFileDirectory": {
|
||||
@@ -33,7 +33,7 @@
|
||||
"Comment": "Excel生成客户端代码文件夹位置"
|
||||
},
|
||||
"ExcelServerBinaryDirectory": {
|
||||
"Value": "../Config/Binary/",
|
||||
"Value": "../../../Config/Binary/",
|
||||
"Comment": "Excel生成服务器二进制数据文件夹位置"
|
||||
},
|
||||
"ExcelClientBinaryDirectory": {
|
||||
@@ -41,15 +41,15 @@
|
||||
"Comment": "Excel生成客户端二进制数据文件夹位置"
|
||||
},
|
||||
"ExcelServerJsonDirectory": {
|
||||
"Value": "../Config/Json/Server/",
|
||||
"Value": "../../../Config/Json/Server/",
|
||||
"Comment": "Excel生成服务器Json数据文件夹位置"
|
||||
},
|
||||
"ExcelClientJsonDirectory": {
|
||||
"Value": "../Config/Json/Client/",
|
||||
"Value": "../../../Config/Json/Client/",
|
||||
"Comment": "Excel生成客户端Json数据文件夹位置"
|
||||
},
|
||||
"ExcelTemplatePath": {
|
||||
"Value": "../Config/Template/ExcelTemplate.txt",
|
||||
"Value": "../../../Config/Template/ExcelTemplate.txt",
|
||||
"Comment": "Excel生成代码模板的位置"
|
||||
},
|
||||
"ServerCustomExportDirectory": {
|
||||
|
Reference in New Issue
Block a user