mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-01-26 05:28:07 +03:00
Fix Typo
This commit is contained in:
parent
f2ac10deb3
commit
5be8940c83
@ -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; }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user