启动游戏服-Benchmark配置.bat 90 B

12345
  1. @echo off
  2. cd DebugBin
  3. App.exe --AppType=Server --StartConfig=StartConfig/Benchmark
  4. @pause