归档!

This commit is contained in:
2026-01-07 10:29:17 +08:00
parent 470f642515
commit 98c02290b6
24 changed files with 2098 additions and 129 deletions

View File

@@ -5,10 +5,10 @@ if not exist "./gen" (
)
protoc --proto_path=./sources --go_out=./gen ./sources/*.proto
xcopy "./gen/common" "../../../Server/common" /E /I /Y /Q
@REM xcopy "./gen/common" "../../../Server/common" /E /I /Y /Q
if not exist "./gen/client" (
mkdir "./gen/client"
)
protoc --proto_path=./sources --csharp_out=./gen/client ./sources/*.proto
xcopy "./gen/client" "../../../Client/Point/Assets/Scripts/Proto" /E /I /Y /Q
@REM xcopy "./gen/client" "../../../Client/Point/Assets/Scripts/Proto" /E /I /Y /Q