v0.4.0: added new weapon drops.

This commit is contained in:
Evan Debenham
2016-06-06 17:46:56 -04:00
committed by Evan Debenham
parent 2af3e75080
commit a97e7bd414
2 changed files with 85 additions and 132 deletions
@@ -48,9 +48,9 @@ public enum HeroClass {
MAGE( "mage" ),
ROGUE( "rogue" ),
HUNTRESS( "huntress" );
private String title;
HeroClass( String title ) {
this.title = title;
}