Skip to content

Instantly share code, notes, and snippets.

@Shogan
Last active August 29, 2015 14:21
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
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