From 198b5555a205ed740610b1173e25c47d090a1fbb Mon Sep 17 00:00:00 2001 From: kamyker Date: Tue, 9 Jun 2020 00:17:03 +0200 Subject: [PATCH] collection item editor --- Facepunch.Steamworks/Structs/UgcEditor.cs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Facepunch.Steamworks/Structs/UgcEditor.cs b/Facepunch.Steamworks/Structs/UgcEditor.cs index 18cb244..e1c28ac 100644 --- a/Facepunch.Steamworks/Structs/UgcEditor.cs +++ b/Facepunch.Steamworks/Structs/UgcEditor.cs @@ -33,6 +33,12 @@ public Editor( PublishedFileId fileId ) : this() /// public static Editor NewCommunityFile => new Editor( WorkshopFileType.Community ); + /// + /// Create a Collection + /// Add items using Item.AddDependency() + /// + public static Editor NewCollection => new Editor( WorkshopFileType.Collection ); + /// /// Workshop item that is meant to be voted on for the purpose of selling in-game ///