C# Class Dominion.CardTypes.Beggar

Inheritance: Card
Afficher le fichier Open project: NathanTeeuwen/Dominulator

Méthodes publiques

Свойство Type Description
card Beggar

Méthodes publiques

Méthode Description
DoReactionToAttackWhileInHand ( PlayerState currentPlayer, GameState gameState, bool &cancelsAttack ) : bool
DoSpecializedAction ( PlayerState currentPlayer, GameState gameState ) : void

Private Methods

Méthode Description
Beggar ( ) : System

Method Details

DoReactionToAttackWhileInHand() public méthode

public DoReactionToAttackWhileInHand ( PlayerState currentPlayer, GameState gameState, bool &cancelsAttack ) : bool
currentPlayer PlayerState
gameState GameState
cancelsAttack bool
Résultat bool

DoSpecializedAction() public méthode

public DoSpecializedAction ( PlayerState currentPlayer, GameState gameState ) : void
currentPlayer PlayerState
gameState GameState
Résultat void

Property Details

card public_oe static_oe property

public static Beggar,Dominion.CardTypes card
Résultat Beggar