Esempio n. 1
0
        public void OnProgress(IObjective objective)
        {
            m_ProgressText.text = objective.GetProgress();

            if (objective.IsCompleted)
            {
                m_CompleteIcon.gameObject.SetActive(true);
            }
        }