示例#1
0
 void Awake()
 {
     CS    = this;
     Modal = ModalDialogueSystem.instance();
 }
示例#2
0
 private void Start()
 {
     QM  = QuestManager.instance;
     MDS = ModalDialogueSystem.instance();
 }