Added Eagle race

This commit is contained in:
PhallenCassidy
2016-12-29 10:27:54 -05:00
committed by GitHub
parent ed377f1586
commit b391581c57

View File

@@ -7,7 +7,7 @@ public enum Race implements Filterable {
GOBLIN("Goblin", false),
//Additional Hobbit Draft races
DRAGON("Dragon");
DRAGON("Dragon"), EAGLE("Eagle");
private String _humanReadable;
private boolean _official;