Add game managed UGC Items

This commit is contained in:
Sabien 2020-12-09 22:36:20 -06:00
parent 31ffaa3e6e
commit 088ba90f65

View File

@ -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;