public void ShowAchievementsUI() { if (this.VerifyAuthentication()) { GameCenterPlatform.Internal_ShowAchievementsUI(); } }
public void ShowAchievementsUI() { bool flag = !this.VerifyAuthentication(); if (!flag) { GameCenterPlatform.Internal_ShowAchievementsUI(); } }