feat 协议

This commit is contained in:
2026-01-12 00:44:26 +08:00
parent 6bc9f18199
commit 43ca340d54
9 changed files with 22 additions and 14 deletions

View File

@@ -5,10 +5,8 @@ if not exist "./gen" (
)
protoc --proto_path=./sources --go_out=./gen ./sources/*.proto
@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
@REM xcopy "./gen/client" "../../../Client/Point/Assets/Scripts/Proto" /E /I /Y /Q
protoc --proto_path=./sources --csharp_out=./gen/client ./sources/*.proto