/// <summary>
 /// Checks if the user owns a specific DLC and if the DLC is installed
 /// </summary>
 public static bool IsDlcInstalled(AppId appid) => Internal.BIsDlcInstalled(appid.Value);
Example #2
0
 /// <summary>
 /// Checks if the user owns a specific DLC and if the DLC is installed
 /// </summary>
 public static bool IsDlcInstalled(AppId appid)
 {
     return(Internal.BIsDlcInstalled(appid.Value));
 }