BaseMod
BaseMod copied to clipboard
Enums are handled with toString instead of name
toString can be changed for enum values whereas name is final and will always work so we should keep track of new enum values (for card color and player types) using myEnumThing.name() instead of myEnumThing.toString()