mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2024-12-26 06:35:49 +03:00
collection item editor
This commit is contained in:
parent
de69dd228f
commit
198b5555a2
@ -33,6 +33,12 @@ public Editor( PublishedFileId fileId ) : this()
|
||||
/// </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>
|
||||
|
Loading…
Reference in New Issue
Block a user