Created
September 17, 2014 07:32
-
-
Save stuntgoat/8f5090c0d8b2c22968bb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** 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