Esempio n. 1
0
 void Start()
 {
     player = GameObject.FindGameObjectWithTag("Player").transform;
     dialog = dialog_system.Load(dialogue_file);
 }