C# Class Dominion.CardTypes.Lighthouse

Inheritance: Dominion.Card
Mostrar archivo Open project: NathanTeeuwen/Dominulator

Public Properties

Property Type Description
card Lighthouse

Public Methods

Method Description
DoReactionToAttackWhileInPlayAcrossTurns ( PlayerState currentPlayer, GameState gameState ) : bool
DoSpecializedDurationActionAtBeginningOfTurn ( PlayerState currentPlayer, GameState gameState ) : void

Private Methods

Method Description
Lighthouse ( ) : System

Method Details

DoReactionToAttackWhileInPlayAcrossTurns() public method

public DoReactionToAttackWhileInPlayAcrossTurns ( PlayerState currentPlayer, GameState gameState ) : bool
currentPlayer Dominion.PlayerState
gameState Dominion.GameState
return bool

DoSpecializedDurationActionAtBeginningOfTurn() public method

public DoSpecializedDurationActionAtBeginningOfTurn ( PlayerState currentPlayer, GameState gameState ) : void
currentPlayer Dominion.PlayerState
gameState Dominion.GameState
return void

Property Details

card public_oe static_oe property

public static Lighthouse,Dominion.CardTypes card
return Lighthouse