예제 #1
0
 public void Start()
 {
     dialogueEnd = false;
     DC          = FindObjectOfType <DialogueCore>();
     DM          = GetComponent <DialogueManager>();
 }
예제 #2
0
 void Awake()
 {
     instance = this;
 }
예제 #3
0
파일: Testing.cs 프로젝트: 1018337/zerofox
 // Start is called before the first frame update
 void Start()
 {
     dialogue = DialogueCore.instance;
 }