mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-02-04 17:50:43 +03:00
Add game managed UGC Items
This commit is contained in:
parent
31ffaa3e6e
commit
088ba90f65
@ -44,6 +44,11 @@ namespace Steamworks.Ugc
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public static Editor NewMicrotransactionFile => new Editor( WorkshopFileType.Microtransaction );
|
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; }
|
public Editor ForAppId( AppId id ) { this.consumerAppId = id; return this; }
|
||||||
|
|
||||||
string Title;
|
string Title;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user