C# Class Dominion.CardTypes.Swindler

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

Public Properties

Property Type Description
card Swindler

Public Methods

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

Private Methods

Method Description
Swindler ( ) : System

Method Details

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 Swindler,Dominion.CardTypes card
return Swindler