Пример #1
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="options"></param>
 /// <returns></returns>
 public SteamGetGlobalAchievementPercentagesForAppv2Response GetGlobalAchievementPercentagesForAppv2(SteamGetGlobalAchievementPercentagesForAppOptions options)
 {
     return(SteamGetGlobalAchievementPercentagesForAppv2Response.ParseResponse(Raw.GetGlobalAchievementPercentagesForAppv2(options)));
 }
Пример #2
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="gameId"></param>
 /// <returns></returns>
 public SteamGetGlobalAchievementPercentagesForAppv2Response GetGlobalAchievementPercentagesForAppv2(ulong gameId)
 {
     return(SteamGetGlobalAchievementPercentagesForAppv2Response.ParseResponse(Raw.GetGlobalAchievementPercentagesForAppv2(gameId)));
 }