Skip to content

Instantly share code, notes, and snippets.

@chikien276
Last active September 24, 2016 04:19
Show Gist options
  • Save chikien276/6a57ad780ec09235ff527e8c6a98673f to your computer and use it in GitHub Desktop.
Save chikien276/6a57ad780ec09235ff527e8c6a98673f to your computer and use it in GitHub Desktop.
class plant{
id: string;
damage: int;
hp: int;
attack: int;
attkSpeed: int;
static final int maxHp = 10;
}
class zoombie{
id: string;
attkSpeed: int;
damage: int;
hp: int;
static final int type = 20;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment