Esempio n. 1
0
 public void SetChoiceOnDialogSystem()
 {
     this.GetComponent <UnityEngine.UI.Text>().color = Color.white;
     DialogSystem.SetChoice(this.GetComponent <UnityEngine.UI.Text>().text);
 }