mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2024-12-26 06:35:49 +03:00
Added SteamUGC.ShowWorkshopEula()
This commit is contained in:
parent
1c98852d7c
commit
30f35c3aae
@ -182,5 +182,14 @@ public static async Task<bool> StopPlaytimeTrackingForAllItems()
|
|||||||
/// Resumes all workshop downloads
|
/// Resumes all workshop downloads
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static void ResumeDownloads() => Internal.SuspendDownloads(false);
|
public static void ResumeDownloads() => Internal.SuspendDownloads(false);
|
||||||
}
|
|
||||||
|
/// <summary>
|
||||||
|
/// Show the app's latest Workshop EULA to the user in an overlay window, where they can accept it or not
|
||||||
|
/// </summary>
|
||||||
|
public static bool ShowWorkshopEula()
|
||||||
|
{
|
||||||
|
return Internal.ShowWorkshopEULA();
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user