[ECL] Implement Champion of the Path

This commit is contained in:
theelk801 2026-01-09 12:22:55 -05:00
parent 2c1084d310
commit 6c64ccd505
3 changed files with 100 additions and 0 deletions

View file

@ -22,6 +22,7 @@ import java.util.UUID;
public enum BeholdType {
DRAGON(SubType.DRAGON),
GOBLIN(SubType.GOBLIN),
ELEMENTAL(SubType.ELEMENTAL),
ELF(SubType.ELF),
KITHKIN(SubType.KITHKIN),
MERFOLK(SubType.MERFOLK);