mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-01-26 05:28:07 +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
|
||||
/// </summary>
|
||||
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; }
|
||||
|
||||
string Title;
|
||||
|
Loading…
x
Reference in New Issue
Block a user