Merge pull request #446 from kamyker/k2-collection-item

Collection ws item editor
This commit is contained in:
Garry Newman 2020-06-09 07:15:19 +01:00 committed by GitHub
commit 8a1722053e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,6 +33,12 @@ namespace Steamworks.Ugc
/// </summary>
public static Editor NewCommunityFile => new Editor( WorkshopFileType.Community );
/// <summary>
/// Create a Collection
/// Add items using Item.AddDependency()
/// </summary>
public static Editor NewCollection => new Editor( WorkshopFileType.Collection );
/// <summary>
/// Workshop item that is meant to be voted on for the purpose of selling in-game
/// </summary>