Esempio n. 1
0
    private void ReportAchivement()
    {
        if (counter != null)
        {
            counter.ReportPlatformData();
        }

        if (googleService != null)
        {
            googleService.ReportSocialHeight((int)reportScore);
        }
    }