🐞 fix(gvg): 激战期战场时间,为客户端预留载入战场时间

This commit is contained in:
luying
2023-03-22 20:12:25 +08:00
parent 254c732068
commit af87cc6b3f
3 changed files with 8 additions and 5 deletions

View File

@@ -178,4 +178,7 @@ export enum GVG_ATTACK_TYPE {
CATAPULT = 1, // 投石车
KNIFE = 2, // 道具
PLAYER = 3, // 玩家
}
}
// gvg锁定为客户端预留载入时间
export const GVG_BATTLE_PRE_TIME = 5;