Skip to content

Instantly share code, notes, and snippets.

@stuntgoat
Created September 17, 2014 07:32
Show Gist options
  • Save stuntgoat/8f5090c0d8b2c22968bb to your computer and use it in GitHub Desktop.
Save stuntgoat/8f5090c0d8b2c22968bb to your computer and use it in GitHub Desktop.
/** Base class, since all things from the produce department come from a garden. */
class GardenItem {
val flavor = "seedy"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment