Пример #1
0
 public void Start()
 {
     dialogueEnd = false;
     DC          = FindObjectOfType <DialogueCore>();
     DM          = GetComponent <DialogueManager>();
 }
Пример #2
0
 void Awake()
 {
     instance = this;
 }
Пример #3
0
 // Start is called before the first frame update
 void Start()
 {
     dialogue = DialogueCore.instance;
 }