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

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