mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-02-05 02:00:45 +03:00
Update UgcItem.cs
This commit is contained in:
parent
c4eff7f61a
commit
97b85172e2
@ -180,6 +180,8 @@ namespace Steamworks.Ugc
|
||||
/// </summary>
|
||||
public async Task<bool> Unsubscribe ()
|
||||
{
|
||||
var result = await SteamUGC.Internal.UnsubscribeItem( _id );
|
||||
return result?.Result == Result.OK;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
Loading…
x
Reference in New Issue
Block a user