public enum ScoreComponent| X | 0 | |
| I | 1 | |
| D | 2 | |
| S | 3 | |
| J | 4 | |
| K | 5 | |
| L | 6 |
| Description |
Returns the Description attribute of an enum. If Description is not an attribute
returns the .toString() value.
(Defined by EnumHelper) |
| GetAttributeOfTypeT |
Gets an attribute on an enum field value
(Defined by EnumHelper) |