Class PlayHeroCardAction

All Implemented Interfaces:
Serializable, Cloneable, OpenerOverridable, Notification
Direct Known Subclasses:
PlayHeroCardChooseOneAction

public class PlayHeroCardAction extends PlayCardAction implements OpenerOverridable
Indicates playing a hero card from the hand. This will eventually call GameLogic.changeHero(Player, net.demilich.metastone.game.entities.Entity, Hero, boolean). Since it is played from the hand, battlecries are resolved.
See Also: