v0.4.0: added new weapon drops.
This commit is contained in:
committed by
Evan Debenham
parent
2af3e75080
commit
a97e7bd414
@@ -48,9 +48,9 @@ public enum HeroClass {
|
||||
MAGE( "mage" ),
|
||||
ROGUE( "rogue" ),
|
||||
HUNTRESS( "huntress" );
|
||||
|
||||
|
||||
private String title;
|
||||
|
||||
|
||||
HeroClass( String title ) {
|
||||
this.title = title;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user