v0.3.3: no subclass is now named 'none' instead of null

This commit is contained in:
Evan Debenham
2015-12-06 05:02:41 -05:00
parent c7d0c15221
commit 1cd0538e83
@@ -24,7 +24,7 @@ import com.watabou.utils.Bundle;
public enum HeroSubClass {
NONE( null, null ),
NONE( "none", null ),
GLADIATOR( "gladiator",
"A successful attack with a melee weapon allows the _Gladiator_ to start a combo, " +