Skip to content

Commit cc91630

Browse files
Mikkel Sørensenkirre-bylund
authored andcommitted
Added missing imports
1 parent 2c5b325 commit cc91630

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Runtime/Game/Requests/MessagesRequest.cs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
using LootLocker.Requests;
1+
#if LOOTLOCKER_USE_NEWTONSOFTJSON
2+
using Newtonsoft.Json;
3+
#else
4+
using LLlibs.ZeroDepJson;
5+
#endif
6+
using LootLocker.Requests;
27
using System;
38

49
namespace LootLocker.Requests

0 commit comments

Comments
 (0)