IndieGame/config/Table/gen.bat
DOBEST\zhaoyingjie f242607587 初始化工程
2024-10-11 10:12:15 +08:00

13 lines
307 B
Batchfile

set LUBAN_DLL=Tools\Luban\Luban.dll
set CONF_ROOT=.
dotnet %LUBAN_DLL% ^
-t client ^
-c cs-simple-json ^
-d json ^
--conf %CONF_ROOT%\luban.conf ^
-x outputCodeDir=..\..\client\Assets\Scripts\AutoGenerated\Table ^
-x outputDataDir=..\..\client\Assets\StreamingAssets\Tables
pause