C# Class Dominion.CardTypes.Urchin

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

Méthodes publiques

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

Méthodes publiques

Méthode Description
DoSpecializedAttack ( PlayerState currentPlayer, PlayerState otherPlayer, GameState gameState ) : void

Private Methods

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

Method Details

DoSpecializedAttack() public méthode

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

Property Details

card public_oe static_oe property

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