예제 #1
0
 private void Awake()
 {
     Instance = this;
 }
예제 #2
0
파일: UIMain.cs 프로젝트: 1725038230/mmo
 public void OnClickQuest()
 {
     UIQuestSystem QuestSystem = UIManager.Instance.Show <UIQuestSystem>();
 }