mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
配置目录同步程序集调整
配置目录同步程序集调整
This commit is contained in:
@@ -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": {
|
||||
|
Reference in New Issue
Block a user