C# Class Dominion.CardTypes.Soothsayer

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

Méthodes publiques

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

Méthodes publiques

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

Private Methods

Méthode Description
Soothsayer ( ) : System

Method Details

DoSpecializedAction() public méthode

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

DoSpecializedAttack() public méthode

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

Property Details

card public_oe static_oe property

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