Skip to content

Instantly share code, notes, and snippets.

@Shogan
Last active August 29, 2015 14:21
Show Gist options
  • Save Shogan/be44b29f7b8e18832bc8 to your computer and use it in GitHub Desktop.
Save Shogan/be44b29f7b8e18832bc8 to your computer and use it in GitHub Desktop.
character-creator-fields
public string cognitoIdentityPoolString;
private CognitoAWSCredentials credentials;
private IAmazonDynamoDB _client;
private DynamoDBContext _context;
private List<CharacterEntity> characterEntities = new List<CharacterEntity>();
private int currentCharacterIndex;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment