mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
64 lines
2.6 KiB
JSON
64 lines
2.6 KiB
JSON
{
|
|
"Export": {
|
|
"ProtoBufTemplatePath": {
|
|
"Value": "../Config/Template/ProtoTemplate.txt",
|
|
"Comment": "ProtoBuf生成代码模板的位置"
|
|
},
|
|
"ProtoBufDirectory": {
|
|
"Value": "../Config/ProtoBuf/",
|
|
"Comment": "ProtoBuf文件所在的位置文件夹位置"
|
|
},
|
|
"ProtoBufServerDirectory": {
|
|
"Value": "../../Assets/GameScripts/DotNet/Logic/Generate~/NetworkProtocol/",
|
|
"Comment": "ProtoBuf生成到服务端的文件夹位置"
|
|
},
|
|
"ProtoBufClientDirectory": {
|
|
"Value": "../../Assets/GameScripts/HotFix/GameProto/GameProtocol/",
|
|
"Comment": "ProtoBuf生成到客户端的文件夹位置"
|
|
},
|
|
"ExcelProgramPath": {
|
|
"Value": "../Config/Excel/",
|
|
"Comment": "Excel配置文件根目录"
|
|
},
|
|
"ExcelVersionFile": {
|
|
"Value": ".../Config/Excel/Version.txt",
|
|
"Comment": "Excel版本文件的位置"
|
|
},
|
|
"ExcelServerFileDirectory": {
|
|
"Value": "../../Server/Hotfix/Generate/ConfigTable/Entity/",
|
|
"Comment": "Excel生成服务器代码的文件夹位置"
|
|
},
|
|
"ExcelClientFileDirectory": {
|
|
"Value": "../../Client/Unity/Assets/Scripts/Hotfix/Generate/ConfigTable/Entity/",
|
|
"Comment": "Excel生成客户端代码文件夹位置"
|
|
},
|
|
"ExcelServerBinaryDirectory": {
|
|
"Value": "../Config/Binary/",
|
|
"Comment": "Excel生成服务器二进制数据文件夹位置"
|
|
},
|
|
"ExcelClientBinaryDirectory": {
|
|
"Value": "../../Client/Unity/Assets/Bundles/Config/",
|
|
"Comment": "Excel生成客户端二进制数据文件夹位置"
|
|
},
|
|
"ExcelServerJsonDirectory": {
|
|
"Value": "../Config/Json/Server/",
|
|
"Comment": "Excel生成服务器Json数据文件夹位置"
|
|
},
|
|
"ExcelClientJsonDirectory": {
|
|
"Value": "../Config/Json/Client/",
|
|
"Comment": "Excel生成客户端Json数据文件夹位置"
|
|
},
|
|
"ExcelTemplatePath": {
|
|
"Value": "../Config/Template/ExcelTemplate.txt",
|
|
"Comment": "Excel生成代码模板的位置"
|
|
},
|
|
"ServerCustomExportDirectory": {
|
|
"Value": "../../Server/Hotfix/Generate/CustomExport/",
|
|
"Comment": "服务器自定义导出代码文件夹位置"
|
|
},
|
|
"ClientCustomExportDirectory": {
|
|
"Value": "../../Client/Unity/Assets/Scripts/Hotfix/Generate/CustomExport/",
|
|
"Comment": "客户端自定义导出代码文件夹位置"
|
|
}
|
|
}
|
|
} |