C# Class Dominion.CardTypes.DeathCart

Inheritance: Card
Datei anzeigen Open project: NathanTeeuwen/Dominulator

Public Properties

Property Type Description
card DeathCart

Public Methods

Method Description
DoSpecializedAction ( PlayerState currentPlayer, GameState gameState ) : void
DoSpecializedWhenGain ( PlayerState currentPlayer, GameState gameState ) : DeckPlacement

Private Methods

Method Description
DeathCart ( ) : System

Method Details

DoSpecializedAction() public method

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

DoSpecializedWhenGain() public method

public DoSpecializedWhenGain ( PlayerState currentPlayer, GameState gameState ) : DeckPlacement
currentPlayer PlayerState
gameState GameState
return DeckPlacement

Property Details

card public_oe static_oe property

public static DeathCart,Dominion.CardTypes card
return DeathCart