Skip to content

Instantly share code, notes, and snippets.

@codenamejason
Created March 3, 2015 17:50
Show Gist options
  • Save codenamejason/99c4326316cdfc0eeeca to your computer and use it in GitHub Desktop.
Save codenamejason/99c4326316cdfc0eeeca to your computer and use it in GitHub Desktop.
Life Motto
Person you = GetCurrentPerson();
//life motto
if (you.Mood == MoodState.Sad)
{
// stop being sad
you.Mood = MoodState.Awesome;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment