Example #1
0
 public void RequestScoreText(int i)
 {
     m_panelScore.GetComponent <Text>().text = "Score : " + i * 100;
 }