Skip to content

Commit f9f5311

Browse files
Erik Bylundkirre-bylund
authored andcommitted
fix: Switch UGC casing on feedback method
1 parent 54a2cdd commit f9f5311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Runtime/Game/LootLockerSDKManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5403,7 +5403,7 @@ public static void ListGameFeedbackCategories(Action<ListLootLockerFeedbackCateg
54035403
/// Returns a list of categories to be used for giving feedback about a certain ugc asset.
54045404
/// </summary>
54055405
/// <param name="onComplete">onComplete Action for handling the response of type ListLootLockerFeedbackCategoryResponse</param>
5406-
public static void ListUgcFeedbackCategories(Action<ListLootLockerFeedbackCategoryResponse> onComplete)
5406+
public static void ListUGCFeedbackCategories(Action<ListLootLockerFeedbackCategoryResponse> onComplete)
54075407
{
54085408
ListFeedbackCategories(LootLockerFeedbackTypes.ugc, onComplete);
54095409
}

0 commit comments

Comments
 (0)