예제 #1
0
        /// <summary>
        /// Get attached ItaskInfoCollectionLoader, which must be attached to the
        /// same game object.
        /// </summary>
        public override void Awake()
        {
            MmLogger.LogApplication("MmTaskManager Awake");

            taskInfoCollectionLoader = GetComponent <ITaskInfoCollectionLoader <U> >();
            MmTaskUserData           = GetComponent <MmTaskUserConfigurator>();
        }
 /// <summary>
 /// Auto-grab the MmTaskUserConfigurator
 /// </summary>
 public void Awake()
 {
     MmTaskUserData = GetComponent <MmTaskUserConfigurator>();
 }