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
///