Example #1
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="options"></param>
 /// <returns></returns>
 public SteamGetSchemaForGameResponse GetSchemaForGame(SteamGetSchemaForGameOptions options)
 {
     return(SteamGetSchemaForGameResponse.ParseResponse(Raw.GetSchemaForGame(options)));
 }
Example #2
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="appId"></param>
 /// <param name="lang"></param>
 /// <returns></returns>
 public SteamGetSchemaForGameResponse GetSchemaForGame(uint appId, string lang = null)
 {
     return(SteamGetSchemaForGameResponse.ParseResponse(Raw.GetSchemaForGame(appId, lang)));
 }