We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54a2cdd commit f9f5311Copy full SHA for f9f5311
Runtime/Game/LootLockerSDKManager.cs
@@ -5403,7 +5403,7 @@ public static void ListGameFeedbackCategories(Action<ListLootLockerFeedbackCateg
5403
/// Returns a list of categories to be used for giving feedback about a certain ugc asset.
5404
/// </summary>
5405
/// <param name="onComplete">onComplete Action for handling the response of type ListLootLockerFeedbackCategoryResponse</param>
5406
- public static void ListUgcFeedbackCategories(Action<ListLootLockerFeedbackCategoryResponse> onComplete)
+ public static void ListUGCFeedbackCategories(Action<ListLootLockerFeedbackCategoryResponse> onComplete)
5407
{
5408
ListFeedbackCategories(LootLockerFeedbackTypes.ugc, onComplete);
5409
}
0 commit comments