[M20] added tokens

This commit is contained in:
Oleg Agafonov 2019-06-30 19:53:48 +04:00
parent 716b929877
commit 4148a572cf
10 changed files with 51 additions and 27 deletions

View file

@ -21,7 +21,7 @@ public final class TreasureToken extends TokenImpl {
static final private List<String> tokenImageSets = new ArrayList<>();
static {
tokenImageSets.addAll(Arrays.asList("XLN", "RNA"));
tokenImageSets.addAll(Arrays.asList("XLN", "RNA", "M20"));
}
public TreasureToken() {