Example #1
0
 public void ShowLeaderboardUI()
 {
     if (this.VerifyAuthentication())
     {
         GameCenterPlatform.Internal_ShowLeaderboardUI();
     }
 }
Example #2
0
        public void ShowLeaderboardUI()
        {
            bool flag = !this.VerifyAuthentication();

            if (!flag)
            {
                GameCenterPlatform.Internal_ShowLeaderboardUI();
            }
        }