C# Class Dominion.CardTypes.Beggar

Inheritance: Card
Datei anzeigen Open project: NathanTeeuwen/Dominulator

Public Properties

Property Type Description
card Beggar

Public Methods

Method Description
DoReactionToAttackWhileInHand ( PlayerState currentPlayer, GameState gameState, bool &cancelsAttack ) : bool
DoSpecializedAction ( PlayerState currentPlayer, GameState gameState ) : void

Private Methods

Method Description
Beggar ( ) : System

Method Details

DoReactionToAttackWhileInHand() public method

public DoReactionToAttackWhileInHand ( PlayerState currentPlayer, GameState gameState, bool &cancelsAttack ) : bool
currentPlayer PlayerState
gameState GameState
cancelsAttack bool
return bool

DoSpecializedAction() public method

public DoSpecializedAction ( PlayerState currentPlayer, GameState gameState ) : void
currentPlayer PlayerState
gameState GameState
return void

Property Details

card public_oe static_oe property

public static Beggar,Dominion.CardTypes card
return Beggar