mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-06-05 10:12:21 +03:00
Update UgcItem.cs
This commit is contained in:
parent
c4eff7f61a
commit
97b85172e2
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user