Class EndTurnAction

java.lang.Object
net.demilich.metastone.game.actions.GameAction
net.demilich.metastone.game.actions.EndTurnAction
All Implemented Interfaces:
Serializable, Cloneable, Notification

public class EndTurnAction extends GameAction
This action ends the player's current turn.

Sometimes, the action is not available. This is typically due to a pending DiscoverAction or OpenerAction.

See Also: