Returns the Nature of the Ability as it should be applied to a PlayerCharacter @return The Nature of the Ability as it should be applied to a PlayerCharacter
()
| 87 | * PlayerCharacter |
| 88 | */ |
| 89 | public Nature getNature() |
| 90 | { |
| 91 | return nature; |
| 92 | } |
| 93 | |
| 94 | @Override |
| 95 | public void applyChoice(ChooseDriver obj, AbilitySelection as, PlayerCharacter pc) |
no outgoing calls
no test coverage detected