Skip to content

Instantly share code, notes, and snippets.

@joboccara
Created May 25, 2017 22:01
Show Gist options
  • Save joboccara/044ffcdee443bdd3cc0f52bfaff613b5 to your computer and use it in GitHub Desktop.
Save joboccara/044ffcdee443bdd3cc0f52bfaff613b5 to your computer and use it in GitHub Desktop.
static const int MaximumXPLevel = 100;
if (xpLevel <= MaximumXPLevel)
{
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment