mirror of
https://github.com/magefree/mage.git
synced 2026-01-24 12:19:59 -08:00
[ECL] Implement Champion of the Clachan
This commit is contained in:
parent
5f65a7d08c
commit
13cb4f2111
3 changed files with 61 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ import java.util.UUID;
|
|||
public enum BeholdType {
|
||||
DRAGON(SubType.DRAGON),
|
||||
ELF(SubType.ELF),
|
||||
KITHKIN(SubType.KITHKIN),
|
||||
MERFOLK(SubType.MERFOLK);
|
||||
|
||||
private final FilterPermanent filterPermanent;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue