C# Class Dominion.CardTypes.Urchin

Inheritance: Card
Datei anzeigen Open project: NathanTeeuwen/Dominulator

Public Properties

Property Type Description
card Urchin

Public Methods

Method Description
DoSpecializedAttack ( PlayerState currentPlayer, PlayerState otherPlayer, GameState gameState ) : void

Private Methods

Method Description
AddAdditionalCardsNeeded ( GameConfig.CardGainAvailabilityBuilder builder ) : void
DoSpecializedActionToCardWhileInPlay ( PlayerState currentPlayer, GameState gameState, Card card ) : void
Urchin ( ) : System

Method Details

DoSpecializedAttack() public method

public DoSpecializedAttack ( PlayerState currentPlayer, PlayerState otherPlayer, GameState gameState ) : void
currentPlayer PlayerState
otherPlayer PlayerState
gameState GameState
return void

Property Details

card public_oe static_oe property

public static Urchin,Dominion.CardTypes card
return Urchin