mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2024-12-25 06:05:46 +03:00
Added IsUnlisted to UgcItem.cs
This commit is contained in:
parent
16051dd9f9
commit
35b6260d60
@ -89,6 +89,11 @@ public Item( PublishedFileId id ) : this()
|
||||
/// </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
|
||||
/// </summary>
|
||||
|
Loading…
Reference in New Issue
Block a user