Update UgcItem.cs

This commit is contained in:
Jannik Nickel 2019-06-23 20:22:37 +02:00
parent c4eff7f61a
commit 97b85172e2

View File

@ -180,6 +180,8 @@ namespace Steamworks.Ugc
/// </summary> /// </summary>
public async Task<bool> Unsubscribe () public async Task<bool> Unsubscribe ()
{ {
var result = await SteamUGC.Internal.UnsubscribeItem( _id );
return result?.Result == Result.OK;
} }
/// <summary> /// <summary>