mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-04-26 23:09:37 +03:00
Merge pull request #446 from kamyker/k2-collection-item
Collection ws item editor
This commit is contained in:
commit
8a1722053e
@ -33,6 +33,12 @@ namespace Steamworks.Ugc
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public static Editor NewCommunityFile => new Editor( WorkshopFileType.Community );
|
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>
|
/// <summary>
|
||||||
/// Workshop item that is meant to be voted on for the purpose of selling in-game
|
/// Workshop item that is meant to be voted on for the purpose of selling in-game
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user