Skip to content

Commit c5cc82b

Browse files
committed
add development mode header to verify steam user requests
1 parent 22211da commit c5cc82b

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)