feat(gvg): 排行榜奖励邮件

This commit is contained in:
luying
2023-02-17 10:00:19 +08:00
parent 2eea5d86d9
commit 0804b32db4
9 changed files with 75 additions and 19 deletions

View File

@@ -142,4 +142,10 @@ export enum GVG_AREA_TYPE {
CATAPULT = 6, // 6-投石车区
}
export const GVG_CATAPULT = 'catapult';
export const GVG_CATAPULT = 'catapult';
export enum GVG_BATTLE_RANK_TYPE {
PLAYER = 1,
GUILD = 2, // 废弃
LEAGUE = 3
}