C# Class Dominion.CardTypes.GhostShip

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

Public Properties

Property Type Description
card GhostShip

Public Methods

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

Private Methods

Method Description
GhostShip ( ) : 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 GhostShip,Dominion.CardTypes card
return GhostShip