接入luban

This commit is contained in:
2026-02-17 09:07:25 +08:00
parent edab22473a
commit 861a8a9d16
284 changed files with 17677 additions and 848 deletions

14
gen_client.bat Normal file
View 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