mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2024-12-25 06:05:46 +03:00
Made OnItemInstalled event public so it can be used to handle workshop items being subscribed to in-game
This commit is contained in:
parent
a2972098d9
commit
c9d36eb4ac
@ -39,7 +39,7 @@ public partial class Workshop : IDisposable
|
|||||||
/// because of a call to Download or because of a subscription triggered
|
/// because of a call to Download or because of a subscription triggered
|
||||||
/// via the browser/app.
|
/// via the browser/app.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal event Action<ulong> OnItemInstalled;
|
public event Action<ulong> OnItemInstalled;
|
||||||
|
|
||||||
internal Workshop( BaseSteamworks steamworks, SteamNative.SteamUGC ugc, SteamNative.SteamRemoteStorage remoteStorage )
|
internal Workshop( BaseSteamworks steamworks, SteamNative.SteamUGC ugc, SteamNative.SteamRemoteStorage remoteStorage )
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user