mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
4 lines
89 B
Batchfile
4 lines
89 B
Batchfile
@echo off
|
|
del /s /f ..\Proto\*.cs
|
|
cd OriginalProto
|
|
protoc ".\*" --csharp_out=..\..\Proto\ |