| Constructor and Description |
|---|
HealFixed(int healAmount)
Initializes the heal method.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getHealAmount(PokemonLink pokemon)
Gets the amount of hp that the Pokémon will be healed by.
|
public HealFixed(int healAmount)
healAmount - The amount to heal.public int getHealAmount(PokemonLink pokemon)
IHealHPgetHealAmount in interface IHealHPpokemon - The Pokémon to heal.