C# Class Dominion.CardTypes.Soothsayer

Inheritance: Dominion.Card
Datei anzeigen Open project: NathanTeeuwen/Dominulator

Public Properties

Property Type Description
card Soothsayer

Public Methods

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

Private Methods

Method Description
Soothsayer ( ) : System

Method Details

DoSpecializedAction() public method

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

DoSpecializedAttack() public method

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

Property Details

card public_oe static_oe property

public static Soothsayer,Dominion.CardTypes card
return Soothsayer