コード例 #1
0
ファイル: PlayScript.cs プロジェクト: anamarce/triviaCatracha
 public void IncrementCurrentConsecutiveAnswers()
 {
     if (mMatch != null)
     {
         if (mMatchData != null)
         {
             mMatchData.AddConsecutiveScoreParticipantID(mMatch.SelfParticipantId, 1);
         }
     }
 }