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.
2 parents 22211da + c5cc82b commit b99b4b9Copy full SHA for b99b4b9
Runtime/Game/Requests/LootLockerVerifyRequest.cs
@@ -14,6 +14,7 @@ public class LootLockerVerifyRequest
14
public string key => LootLockerConfig.current.apiKey.ToString();
15
public string platform => LootLockerConfig.current.platform.ToString();
16
public string token { get; set; }
17
+ public bool development_mode => LootLockerConfig.current.developmentMode;
18
19
public LootLockerVerifyRequest(string token)
20
{
0 commit comments