mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 04:36: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\ |