Files
DanhengServer-OpenSource/GameServer/RefreshProto.bat
Somebody a1b73378d9 Fix Mission Custom Value Bug
- TakeType CustomValue can be solved correctly now
2024-07-07 18:00:16 +08:00

4 lines
103 B
Batchfile

@echo off
del /s /f ..\Common\Proto\*.cs
cd OriginalProto
protoc ".\*" --csharp_out=..\..\Common\Proto\