配置目录同步程序集调整

配置目录同步程序集调整
This commit is contained in:
ALEXTANG
2023-07-15 18:45:38 +08:00
parent d4f160d284
commit c178f8bb75
2 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@
"Comment": "ProtoBuf文件所在的位置文件夹位置"
},
"ProtoBufServerDirectory": {
"Value": "../../../../Assets/GameScripts/DotNet/Logic/Generate~/NetworkProtocol/",
"Value": "../../../Logic/src/Generate/NetworkProtocol/",
"Comment": "ProtoBuf生成到服务端的文件夹位置"
},
"ProtoBufClientDirectory": {
@@ -25,7 +25,7 @@
"Comment": "Excel版本文件的位置"
},
"ExcelServerFileDirectory": {
"Value": "../../../Config/Server/Entity/",
"Value": "../../../Logic/src/Generate/ConfigTable/Entity/",
"Comment": "Excel生成服务器代码的文件夹位置"
},
"ExcelClientFileDirectory": {
@@ -53,7 +53,7 @@
"Comment": "Excel生成代码模板的位置"
},
"ServerCustomExportDirectory": {
"Value": "../../Server/Hotfix/Generate/CustomExport/",
"Value": "../../../Logic/src/Generate/CustomExport/",
"Comment": "服务器自定义导出代码文件夹位置"
},
"ClientCustomExportDirectory": {