コード例 #1
0
 private void OnDateQuestUpdated()
 {
     // update the date quest view with the new information
     _dateQuestUI.SetQuestInfo(QuestManager.Instance.CurrentDateQuestState);
 }
コード例 #2
0
 private void OnMissionQuestUpdated()
 {
     // update the mission quest view with the new information
     _missionQuestUI.SetQuestInfo(QuestManager.Instance.CurrentMissionQuestState);
 }