BaseMod icon indicating copy to clipboard operation
BaseMod copied to clipboard

Enums are handled with toString instead of name

Open daviscook477 opened this issue 7 years ago • 0 comments

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()

daviscook477 avatar Apr 13 '18 23:04 daviscook477