zxl
/
CTT
forked from Cal/CTT
1
0
Fork 0
CTT/Tools/ExcelTool/appSetting.json

11 lines
361 B
JSON
Raw Normal View History

2021-04-08 20:09:59 +08:00
{
"_t": "AppConfig",
"firstRow": 1,
"firstColunm": 1,
"nameSpace": "Cal.DataTable",
"excelPath": "./Excel",
"exportCSPath": "../../Unity/Assets/Hotfix/Logic/Model/Module/Data/DataTable",
"exportBsonPath": "../../Unity/Assets/Download/DataTable",
"exportServerCSPath": "../../Server/Model/Game/Data",
"exportServerBsonPath": "../../DataTable"
}