public enum FiringState| COMPETITION | 0 | |
| HOSPITAL_POINT | 1 | Target is in competition mode and is a Hospital Point (without an athlete) |
| PRACTICE | 2 | Target is in Practice mode |
| 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) |