Skip to content

Instantly share code, notes, and snippets.

@andyzinsser
Last active August 29, 2015 14:15
Show Gist options
  • Save andyzinsser/b75320cd611c0fd91fc5 to your computer and use it in GitHub Desktop.
Save andyzinsser/b75320cd611c0fd91fc5 to your computer and use it in GitHub Desktop.
Example of requesting an Arbiter Cash Challenge with filters
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