public class TurnEndEvent extends BattleEvent
Modifier and Type | Field and Description |
---|---|
protected int |
turnNumber |
battleController
Constructor and Description |
---|
TurnEndEvent(BattleController battleController,
int turnNumber) |
Modifier and Type | Method and Description |
---|---|
int |
getTurnNumber()
Gets the number of the turn that just ended
|
getBattleController
public TurnEndEvent(BattleController battleController, int turnNumber)