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