Skip to content

Commit b99b4b9

Browse files
authored
Merge pull request #9 from LootLocker/steam-verify-development-mode
Add development mode header to verify steam user requests
2 parents 22211da + c5cc82b commit b99b4b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Runtime/Game/Requests/LootLockerVerifyRequest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ public class LootLockerVerifyRequest
1414
public string key => LootLockerConfig.current.apiKey.ToString();
1515
public string platform => LootLockerConfig.current.platform.ToString();
1616
public string token { get; set; }
17+
public bool development_mode => LootLockerConfig.current.developmentMode;
1718

1819
public LootLockerVerifyRequest(string token)
1920
{

0 commit comments

Comments
 (0)