C# Class Dominion.CardTypes.Cultist

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

Méthodes publiques

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

Méthodes publiques

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

Private Methods

Méthode Description
Cultist ( ) : 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

DoSpecializedTrash() public méthode

public DoSpecializedTrash ( PlayerState selfPlayer, GameState gameState ) : bool
selfPlayer Dominion.PlayerState
gameState Dominion.GameState
Résultat bool

Property Details

card public_oe static_oe property

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