v0.3.3: no subclass is now named 'none' instead of null
This commit is contained in:
@@ -24,7 +24,7 @@ import com.watabou.utils.Bundle;
|
|||||||
|
|
||||||
public enum HeroSubClass {
|
public enum HeroSubClass {
|
||||||
|
|
||||||
NONE( null, null ),
|
NONE( "none", null ),
|
||||||
|
|
||||||
GLADIATOR( "gladiator",
|
GLADIATOR( "gladiator",
|
||||||
"A successful attack with a melee weapon allows the _Gladiator_ to start a combo, " +
|
"A successful attack with a melee weapon allows the _Gladiator_ to start a combo, " +
|
||||||
|
|||||||
Reference in New Issue
Block a user