Get the category of this ability @return The category of this Ability
()
| 46 | * @return The category of this Ability |
| 47 | */ |
| 48 | public String getCategory() |
| 49 | { |
| 50 | return get(ObjectKey.ABILITY_CAT).getKeyName(); |
| 51 | } |
| 52 | |
| 53 | /** |
| 54 | * Bog standard clone method |
no test coverage detected