[-] 移除Luban无用转表bat

[-] 移除Luban无用转表bat
This commit is contained in:
ALEXTANG
2023-09-05 19:08:02 +08:00
parent 87ab99b363
commit b937fb1a37
2 changed files with 0 additions and 20 deletions

View File

@@ -1,10 +0,0 @@
set GEN_CLIENT=dotnet ..\Tools\Luban.ClientServer\Luban.ClientServer.dll
%GEN_CLIENT% -j cfg --^
-d Defines\__root__.xml ^
--input_data_dir Datas ^
--output_data_dir output_json ^
--output_code_dir Gen ^
--gen_types code_cs_unity_json,data_json ^
-s all
pause

View File

@@ -1,10 +0,0 @@
#!/bin/zsh
GEN_CLIENT=../Tools/Luban.ClientServer/Luban.ClientServer.dll
dotnet ${GEN_CLIENT} -j cfg --\
-d Defines/__root__.xml \
--input_data_dir Datas \
--output_data_dir output_json \
--output_code_dir Gen \
--gen_types code_cs_unity_json,data_json \
-s all