战斗开始和战斗结算

This commit is contained in:
wangdan
2020-09-11 15:24:49 +08:00
parent b591a0120c
commit 96d81052f9
10 changed files with 8984 additions and 1 deletions

View File

@@ -4,4 +4,5 @@ npm run build
node generatePm2Config.js #使用pm2来做进程管理生成进程配置文件
rm -rf /game-server/shared
cp -r /game-server/dist/shared /game-server
cp -r /game-server/config/resource /game-server/dist/game-server/config
pm2-runtime pomeloPm2Start.json #pm2 启动游戏服务器