[ECL] Implement Champion of the Clachan

This commit is contained in:
theelk801 2026-01-06 09:48:01 -05:00
parent 5f65a7d08c
commit 13cb4f2111
3 changed files with 61 additions and 0 deletions

View file

@ -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;