Skip to content

Commit 9839668

Browse files
Erik Bylundkirre-bylund
authored andcommitted
fix: Remove target type new for older C# versions
1 parent ad02cc5 commit 9839668

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
@@ -5843,7 +5843,7 @@ public static void GetMetadata(LootLockerMetadataSources Source, string SourceID
58435843
{
58445844
LootLockerAPIManager.ListMetadata(Source, SourceID, 0, 0, Key, null, IgnoreFiles, (ListResponse) =>
58455845
{
5846-
onComplete(new()
5846+
onComplete(new LootLockerGetMetadataResponse()
58475847
{
58485848
success = ListResponse.success,
58495849
statusCode = ListResponse.statusCode,

0 commit comments

Comments
 (0)