Exemple #1
0
 // Set the score of the individual player and update GUI.
 public void SetScore(int nScore)
 {
     m_nScore = nScore;
     m_gui.SetHunger(m_nID, m_nScore);
 }