| Package | Description |
|---|---|
| simkit.smd |
| Modifier and Type | Class and Description |
|---|---|
class |
HitPointDamage
This Damage type holds a Number to indicate the amount of damage to the
Target from a hit.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleTarget.doHit(Damage damage)
Does nothing.
|
void |
Target.doHit(Damage damage)
Causes this Target to be damaged.
|