Last active
August 29, 2015 14:15
-
-
Save andyzinsser/b75320cd611c0fd91fc5 to your computer and use it in GitHub Desktop.
Example of requesting an Arbiter Cash Challenge with filters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Dictionary <string, string> filters = new Dictionary <string, string>(); | |
filters.Add("level", "2"); | |
filters.Add("sword", "excalibur"); | |
filters.Add("grenades", "2"); | |
Arbiter.RequestCashChallenge( filters, OnCashChallengeCreated, OnCashChallengeError ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment