예제 #1
0
 void Awake()
 {
     Instance = this;
     StartStage(0);
 }
 void OnEnable()
 {
     CurrentTarget = target as QuestMaker;
     StageIndex = CurrentTarget.EditorCurrentStage;
     QuestIndex = CurrentTarget.EditorCurrentQuest;
 }