diff --git a/Facepunch.Steamworks/Structs/UgcEditor.cs b/Facepunch.Steamworks/Structs/UgcEditor.cs index a4c2890..880cf4f 100644 --- a/Facepunch.Steamworks/Structs/UgcEditor.cs +++ b/Facepunch.Steamworks/Structs/UgcEditor.cs @@ -45,7 +45,7 @@ namespace Steamworks.Ugc public static Editor NewMicrotransactionFile => new Editor( WorkshopFileType.Microtransaction ); /// - /// Workshop item that is meant to be voted on for the purpose of selling in-game + /// 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. /// public static Editor NewMGameManagedFile => new Editor(WorkshopFileType.GameManagedItem);