From c9d36eb4acf4a40f3f2cab07d295db31977ed348 Mon Sep 17 00:00:00 2001 From: Rich Date: Wed, 12 Jul 2017 17:18:29 -0400 Subject: [PATCH] Made OnItemInstalled event public so it can be used to handle workshop items being subscribed to in-game --- Facepunch.Steamworks/Interfaces/Workshop.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Facepunch.Steamworks/Interfaces/Workshop.cs b/Facepunch.Steamworks/Interfaces/Workshop.cs index 504e3d5..8280851 100644 --- a/Facepunch.Steamworks/Interfaces/Workshop.cs +++ b/Facepunch.Steamworks/Interfaces/Workshop.cs @@ -39,7 +39,7 @@ public partial class Workshop : IDisposable /// because of a call to Download or because of a subscription triggered /// via the browser/app. /// - internal event Action OnItemInstalled; + public event Action OnItemInstalled; internal Workshop( BaseSteamworks steamworks, SteamNative.SteamUGC ugc, SteamNative.SteamRemoteStorage remoteStorage ) {