hch
3 天以前 4b25281b33f386b8c86b32340b684ae34402f7e5
Main/Utility/EnumHelper.cs
@@ -1142,17 +1142,7 @@
}
public enum FunctionUnlockType
{
    NoneType = 0,
    Treasure = 1,
    Normal = 2,
    TreasureSkill = 3,
    Skill = 4,
    TreasureFunc = 5,
    TreasureChapter = 6,
}
public enum RedPointState
@@ -1319,49 +1309,8 @@
}
public enum GuideType
{
    NewBie = 1,
    Functional = 2,
}
public enum GuideTriggerType
{
    None = 998,//无限制
    FunctionOpen = 1,//功能开放
    ManualFunctionOpen = 51,//手动功能开放
    Level = 2,               //等级满足条件
    Treasure = 3,//法宝
    EquipQuality = 4,//装备品质
    Item = 5,//指定物品
    TreasureDungeon = 6,//法宝副本
    Map = 11,//地图
    RuneInlay = 12,//符印镶嵌
    RealmSitDown = 13,//境界打坐
    ItemCompound = 14,//物品合成
    HangUpResult = 15,//挂机结算
    TreasureCollectSoul = 16,//法宝集魂
    TreasureAwaken = 17,//法宝觉醒
    Pray = 18,//祈愿
    VIPExperience = 19,//vip体验
    FairyLandBuyTimes = 20,//仙界秘境购买次数
    TeamAutoAccept = 21,//自动接受组队邀请
    TrialExchange = 22,//宗门试炼兑换材料
    QuestCanAccept = 100,//任务可接
    MainLineQuestCanDo = 101,//任务进行中
    MainLineQuestCanAward = 102,//任务可领奖
    MainLineQuestLimit = 106,//任务被限制
    MainLineQuestContinue = 110,//任务可继续
    BranchQuestCando = 201,//支线任务可做
    BranchQuestCanAward = 202,//支线任务可领奖
    BranchQuestLimit = 206,//支线任务被限制
    BranchQuestContinue = 210,//支线任务可继续
}
public enum FuncPowerType