C# Class Dominion.CardTypes.DeathCart

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

Méthodes publiques

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

Méthodes publiques

Méthode Description
DoSpecializedAction ( PlayerState currentPlayer, GameState gameState ) : void
DoSpecializedWhenGain ( PlayerState currentPlayer, GameState gameState ) : DeckPlacement

Private Methods

Méthode Description
DeathCart ( ) : System

Method Details

DoSpecializedAction() public méthode

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

DoSpecializedWhenGain() public méthode

public DoSpecializedWhenGain ( PlayerState currentPlayer, GameState gameState ) : DeckPlacement
currentPlayer PlayerState
gameState GameState
Résultat DeckPlacement

Property Details

card public_oe static_oe property

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