Returns the Nature of the Ability @return The Nature of the Ability
()
| 124 | * @return The Nature of the Ability |
| 125 | */ |
| 126 | public Nature getNature() |
| 127 | { |
| 128 | return nature; |
| 129 | } |
| 130 | |
| 131 | /** |
| 132 | * Returns the Ability that this CNAbility represents |
no outgoing calls