Esempio n. 1
0
 public void Awake()
 {
     playerValue = GameManager.Instance.IndexToButton(currentPlayerIndex);
     GameManager.Instance.basicPlayerInputList.Add(playerValue, this);
 }
Esempio n. 2
0
 public void SetAnswer(AnswerTypes answerTxt)
 {
     answer.text     = answerTxt.answer;
     answerKey       = answerTxt.playerValue;
     _rawImage.color = Color.green;
 }