| | |
| | | public Redpoint trialExchangeRedpoint = new Redpoint(EVERYDAY_REDPOINTID, TRIALEXCHANGE_REDPOINTID);
|
| | |
|
| | | int m_DailyQuestTotalActiveValue = 150;
|
| | | public int dailyQuestTotalActiveValue {
|
| | | public int dailyQuestTotalActiveValue
|
| | | {
|
| | | get { return m_DailyQuestTotalActiveValue; }
|
| | | }
|
| | |
|
| | | int m_CurrentDailyQuest = 0;
|
| | | public int currentDailyQuest {
|
| | | public int currentDailyQuest
|
| | | {
|
| | | get { return this.m_CurrentDailyQuest; }
|
| | | set { this.m_CurrentDailyQuest = value; }
|
| | | }
|
| | |
|
| | | int m_CurrentRewardStageIndex = 0;
|
| | | public int currentRewardStageIndex {
|
| | | public int currentRewardStageIndex
|
| | | {
|
| | | get { return m_CurrentRewardStageIndex; }
|
| | | private set { m_CurrentRewardStageIndex = value; }
|
| | | }
|
| | |
|
| | | int m_TotalActiveValue = 0;
|
| | | public int totalActiveValue {
|
| | | public int totalActiveValue
|
| | | {
|
| | | get { return m_TotalActiveValue; }
|
| | | private set {
|
| | | private set
|
| | | {
|
| | | if (m_TotalActiveValue != value)
|
| | | {
|
| | | m_TotalActiveValue = value;
|
| | |
| | | }
|
| | |
|
| | | int m_GotableRealmPoint;
|
| | | public int gotableRealmPoint {
|
| | | public int gotableRealmPoint
|
| | | {
|
| | | get { return m_GotableRealmPoint; }
|
| | | private set {
|
| | | private set
|
| | | {
|
| | | if (m_GotableRealmPoint != value)
|
| | | {
|
| | | m_GotableRealmPoint = value;
|
| | |
| | | {
|
| | | var type = (DailyQuestType)_dailyQuestId;
|
| | | var dailyConfig = Config.Instance.Get<DailyQuestConfig>(_dailyQuestId);
|
| | | if (type == DailyQuestType.FairyFeast || type == DailyQuestType.FairyLeague || type == DailyQuestType.FairyTask)
|
| | | if (type == DailyQuestType.FairyFeast || type == DailyQuestType.FairyLeague || type == DailyQuestType.FairyTask || type == DailyQuestType.FairyGrabBoss)
|
| | | {
|
| | | if (PlayerDatas.Instance.fairyData.HasFairy)
|
| | | {
|