接入luban
This commit is contained in:
14
gen_client.bat
Normal file
14
gen_client.bat
Normal file
@@ -0,0 +1,14 @@
|
||||
set WORKSPACE=.
|
||||
set LUBAN_DLL=%WORKSPACE%\Luban\Luban.dll
|
||||
set CONF_ROOT=.
|
||||
set GEN_ROOT=../Fishing2
|
||||
|
||||
dotnet %LUBAN_DLL% ^
|
||||
-t all ^
|
||||
-d json ^
|
||||
-c cs-simple-json ^
|
||||
--conf %CONF_ROOT%\luban.conf ^
|
||||
-x outputCodeDir=%GEN_ROOT%/Assets/Scripts/Generate/Config ^
|
||||
-x outputDataDir=%GEN_ROOT%/Assets/ResRaw/config/tb
|
||||
|
||||
pause
|
||||
Reference in New Issue
Block a user