mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-05-03 10:19:40 +03:00
Fix Typo
This commit is contained in:
parent
f2ac10deb3
commit
5be8940c83
@ -47,7 +47,7 @@ namespace Steamworks.Ugc
|
|||||||
/// <summary>
|
/// <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.
|
/// 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>
|
/// </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; }
|
public Editor ForAppId( AppId id ) { this.consumerAppId = id; return this; }
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user