少年修仙传客户端代码仓库
leonard Wu
2018-08-03 c2d2d5d3a840bf50968b3f95e304929bc62a7b70
System/DailyQuest/DailyQuestModel.cs
@@ -20,12 +20,14 @@
        const int ACTIVEVALUE_REDPOINT = 78004;
        const int REALMPOINT_REPOINT = 78005;
        const int DAILYQUEST_REDPOINTIDBASE = 78100;
        const int TRIALEXCHANGE_REDPOINTID = 78006;
        Redpoint dailyQuestRedpoint = new Redpoint(DAILYQUEST_REDPOINTID);
        public Redpoint everyDayRedpoint = new Redpoint(DAILYQUEST_REDPOINTID, EVERYDAY_REDPOINTID);
        public Redpoint timeLimitRedpoint = new Redpoint(DAILYQUEST_REDPOINTID, TIMELIMIT_REDPOINTID);
        Redpoint activeValueRedpoint = new Redpoint(EVERYDAY_REDPOINTID, ACTIVEVALUE_REDPOINT);
        Redpoint realmPointRedpoint = new Redpoint(EVERYDAY_REDPOINTID, REALMPOINT_REPOINT);
        public Redpoint trialExchangeRedpoint = new Redpoint(EVERYDAY_REDPOINTID, TRIALEXCHANGE_REDPOINTID);
        int m_DailyQuestTotalActiveValue = 150;
        public int dailyQuestTotalActiveValue {