mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-01-26 05:28:07 +03:00
Add game managed UGC Items
This commit is contained in:
parent
31ffaa3e6e
commit
088ba90f65
@ -43,7 +43,12 @@ namespace Steamworks.Ugc
|
||||
/// Workshop item that is meant to be voted on for the purpose of selling in-game
|
||||
/// </summary>
|
||||
public static Editor NewMicrotransactionFile => new Editor( WorkshopFileType.Microtransaction );
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Workshop item that is meant to be voted on for the purpose of selling in-game
|
||||
/// </summary>
|
||||
public static Editor NewMGameManagedFile => new Editor(WorkshopFileType.GameManagedItem);
|
||||
|
||||
public Editor ForAppId( AppId id ) { this.consumerAppId = id; return this; }
|
||||
|
||||
string Title;
|
||||
|
Loading…
x
Reference in New Issue
Block a user