mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-02-04 17:50:43 +03:00
Merge pull request #509 from ambid17/feature/game-managed-ugc
Add game managed UGC Items
This commit is contained in:
commit
8f579f6e55
@ -43,7 +43,12 @@ namespace Steamworks.Ugc
|
|||||||
/// 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>
|
||||||
public static Editor NewMicrotransactionFile => new Editor( WorkshopFileType.Microtransaction );
|
public static Editor NewMicrotransactionFile => new Editor( WorkshopFileType.Microtransaction );
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Workshop item that is meant to be managed by the game. It is queryable by the API, but isn't visible on the web browser.
|
||||||
|
/// </summary>
|
||||||
|
public static Editor NewGameManagedFile => 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