启动游戏服-Release配置.bat 88 B

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