Skip to content

Instantly share code, notes, and snippets.

@sampattuzzi
Last active August 3, 2016 13:54
Show Gist options
  • Save sampattuzzi/9c15f774aaac33c546715f82cf94a019 to your computer and use it in GitHub Desktop.
Save sampattuzzi/9c15f774aaac33c546715f82cf94a019 to your computer and use it in GitHub Desktop.
class Bananas : monobehaviour {
bool isFruity;
static bool isYellow;
}
firstBanana.isFruity = true;
firstBanana.isYellow = true;
secondBanana.isFruity = false;
secondBanana.isYellow = false;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment