コード例 #1
0
 public void SetScore(int lessonId, DifficultyType difficultyType, int score)
 {
     if (m_StudentData != null)
     {
         m_CurSubjectScore = m_StudentData.SetScore(lessonId, difficultyType, score);
         m_TotalScore      = m_StudentData.TotalScore(lessonId);
     }
 }