新增任务枚举
parent
0b54a2347c
commit
9f38abcbdf
|
|
@ -118,9 +118,17 @@ namespace cfg.ActorCfg
|
|||
/// </summary>
|
||||
VehicleComponentResearch = 25,
|
||||
/// <summary>
|
||||
/// 领取活动奖励
|
||||
/// </summary>
|
||||
ActivityRewardClaim = 26,
|
||||
/// <summary>
|
||||
/// 领取活动全部奖励
|
||||
/// </summary>
|
||||
ActivityAllRewardClaim = 27,
|
||||
/// <summary>
|
||||
/// 最大值
|
||||
/// </summary>
|
||||
Max = 26,
|
||||
Max = 28,
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue