启动游戏服-Localhost配置.bat 91 B

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