Skip to content

Instantly share code, notes, and snippets.

@Shogan
Created May 25, 2015 10:09
  • 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/aae54252966804fba1a4 to your computer and use it in GitHub Desktop.
character-creator-button-operation-listeners
createOperation.onClick.AddListener(CreateCharacterInTable);
refreshOperation.onClick.AddListener(FetchAllCharactersFromAWS);
NextCharacterButton.onClick.AddListener(CycleNextCharacter);
PrevCharacterButton.onClick.AddListener(CyclePrevCharacter);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment