mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-04-05 17:19:02 +03:00
Added IsUnlisted to UgcItem.cs
This commit is contained in:
parent
16051dd9f9
commit
35b6260d60
@ -88,6 +88,11 @@ namespace Steamworks.Ugc
|
||||
/// True if this is only visible to the creator
|
||||
/// </summary>
|
||||
public bool IsPrivate => details.Visibility == RemoteStoragePublishedFileVisibility.Private;
|
||||
|
||||
/// <summary>
|
||||
/// True if this is only visible to people with the URL
|
||||
/// </summary>
|
||||
public bool IsUnlisted => details.Visibility == RemoteStoragePublishedFileVisibility.Unlisted;
|
||||
|
||||
/// <summary>
|
||||
/// True if this item has been banned
|
||||
|
Loading…
x
Reference in New Issue
Block a user