Esempio n. 1
0
 private void ReportScore()
 {
     if (googleService != null)
     {
         googleService.ReportScore((int)reportScore);
     }
 }