added total level to highscores/skill enum

This commit is contained in:
noremac201
2017-05-13 10:27:21 -05:00
parent 769166ced0
commit e54f9e4c8a
2 changed files with 5 additions and 1 deletions

View File

@@ -49,7 +49,8 @@ public enum Skill
FARMING("Farming"),
RUNECRAFT("Runecraft"),
HUNTER("Hunter"),
CONSTRUCTION("Construction");
CONSTRUCTION("Construction"),
OVERALL("Overall");
private final String name;