同步服务器导出SceneType

同步服务器导出SceneType
This commit is contained in:
ALEXTANG
2023-09-05 21:07:33 +08:00
parent 4c748df7ac
commit 1cdd8b63b4
5 changed files with 85 additions and 17 deletions

View File

@@ -60,6 +60,10 @@
"Value": "../../Client/Unity/Assets/Scripts/Hotfix/Generate/CustomExport/",
"Comment": "客户端自定义导出代码文件夹位置"
},
"SceneConfigPath": {
"Value": "../../../Config/Excel/Server/SceneConfig.xlsx",
"Comment": "SceneConfig.xlsx的位置"
},
"CustomExportAssembly": {
"Value": "Logic",
"Comment": "自定义导出代码存放的程序集"