예제 #1
0
 protected void OnDestroy()
 {
     QuestDropParam.mQuestDropParam = (QuestDropParam)null;
     if (this.mIsLoaded || this.mStartLoadAsyncIEnumerator == null)
     {
         return;
     }
     this.StopCoroutine(this.mStartLoadAsyncIEnumerator);
     this.mStartLoadAsyncIEnumerator = (IEnumerator)null;
 }
예제 #2
0
 protected void Awake()
 {
     QuestDropParam.mQuestDropParam = this;
 }
예제 #3
0
 protected void OnDestroy()
 {
     QuestDropParam.mQuestDropParam = (QuestDropParam)null;
 }