Modifier and Type | Field and Description |
---|---|
protected Player |
Game.player |
Modifier and Type | Method and Description |
---|---|
void |
SimpleMonster.attackAction(Player p)
Overridden attackAction method.
|
abstract void |
Monster.attackAction(Player p)
Abstract method attackAction.
|
void |
Ghost.attackAction(Player p)
Overridden attackAction method.
|