Skip to content

Commit 3f2ac74

Browse files
committed
fix: Move import statement out of newtonsoft ifdef
1 parent a5460aa commit 3f2ac74

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Runtime/Game/Requests/MetadataRequests.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
using System;
22
using LootLocker.LootLockerEnums;
33
using LootLocker.Requests;
4+
using System.Collections.Generic;
45

56
#if LOOTLOCKER_USE_NEWTONSOFTJSON
67
using Newtonsoft.Json.Linq;
7-
#else
8-
using System.Collections.Generic;
98
#endif
109

1110
//==================================================

0 commit comments

Comments
 (0)