军团活动:蛮夷入侵主动接口

This commit is contained in:
luying
2021-03-18 16:42:25 +08:00
parent 9bb07f5b21
commit 442a53359e
9 changed files with 257 additions and 38 deletions

View File

@@ -148,4 +148,20 @@ export enum GUILD_ACTIVITY_STATUS {
WAITING = 0,
START = 1,
END = 2
}
// 积分获取类型
export enum GET_POINT_WAYS {
ROUND_START = 1,
ENEMY = 2, // 小兵
LITTLE_BOSS = 3, // 小boss
BOSS = 4, // 大boss
DEFENSE_SUCCESS = 5
}
// 敌军类型,和上面的相对应
export enum ENEMIES_TYPE {
ENEMY = 2, // 小兵
LITTLE_BOSS = 3, // 小boss
BOSS = 4, // 大boss
}