コード例 #1
0
ファイル: SetChoice.cs プロジェクト: dubwub/Monstinder4
 public void SetChoiceOnDialogSystem()
 {
     this.GetComponent <UnityEngine.UI.Text>().color = Color.white;
     DialogSystem.SetChoice(this.GetComponent <UnityEngine.UI.Text>().text);
 }