C# Class Dominion.CardTypes.Rogue

Inheritance: Card
Datei anzeigen Open project: NathanTeeuwen/Dominulator

Public Properties

Property Type Description
card Rogue

Public Methods

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

Private Methods

Method Description
AttackAction ( PlayerState currentPlayer, PlayerState otherPlayer, GameState gameState ) : void
Rogue ( ) : System

Method Details

DoSpecializedAction() public method

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

Property Details

card public_oe static_oe property

public static Rogue,Dominion.CardTypes card
return Rogue