mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 12:52:06 -08:00
[DSK] Implement Anthropede
This commit is contained in:
parent
ffb37ee96f
commit
c97a2d4ec6
3 changed files with 58 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ public enum SubType {
|
|||
CLASS("Class", SubTypeSet.EnchantmentType),
|
||||
CURSE("Curse", SubTypeSet.EnchantmentType),
|
||||
ROLE("Role", SubTypeSet.EnchantmentType),
|
||||
ROOM("Room", SubTypeSet.EnchantmentType),
|
||||
RUNE("Rune", SubTypeSet.EnchantmentType),
|
||||
SAGA("Saga", SubTypeSet.EnchantmentType),
|
||||
SHARD("Shard", SubTypeSet.EnchantmentType),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue