This commit is contained in:
Sabien 2020-12-09 23:01:41 -06:00
parent f2ac10deb3
commit 5be8940c83

View File

@ -47,7 +47,7 @@ namespace Steamworks.Ugc
/// <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 NewMGameManagedFile => new Editor(WorkshopFileType.GameManagedItem);
public static Editor NewGameManagedFile => new Editor(WorkshopFileType.GameManagedItem);
public Editor ForAppId( AppId id ) { this.consumerAppId = id; return this; }