diff --git a/Facepunch.Steamworks/Structs/UgcItem.cs b/Facepunch.Steamworks/Structs/UgcItem.cs index fb63898..6e43da2 100644 --- a/Facepunch.Steamworks/Structs/UgcItem.cs +++ b/Facepunch.Steamworks/Structs/UgcItem.cs @@ -88,6 +88,11 @@ public Item( PublishedFileId id ) : this() /// True if this is only visible to the creator /// public bool IsPrivate => details.Visibility == RemoteStoragePublishedFileVisibility.Private; + + /// + /// True if this is only visible to people with the URL + /// + public bool IsUnlisted => details.Visibility == RemoteStoragePublishedFileVisibility.Unlisted; /// /// True if this item has been banned