mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
Start TEngine3.0
Start TEngine3.0
This commit is contained in:
10
Luban/Config/gen.sh
Normal file
10
Luban/Config/gen.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/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
|
Reference in New Issue
Block a user