Added THB tokens

This commit is contained in:
Oleg Agafonov 2020-01-16 18:51:20 +04:00
parent 0716b83928
commit bc899e7ea5
5 changed files with 20 additions and 9 deletions

View file

@ -16,7 +16,7 @@ public final class GoatToken extends TokenImpl {
static final private List<String> tokenImageSets = new ArrayList<>();
static {
tokenImageSets.addAll(Arrays.asList("EVE", "M13", "M14", "C14", "ELD"));
tokenImageSets.addAll(Arrays.asList("EVE", "M13", "M14", "C14", "ELD", "THB"));
}
public GoatToken() {