C# Class Descent.Model.Player.OverlordStuff.PowerCard

The power card will give the overlord extra abilities and boosts, but are more expensive than reguar cards.
Inheritance: OverlordCard
Show file Open project: nezbo/Descent

Public Methods

Method Description
PlayCard ( ) : void
PowerCard ( int id, string name, string description, int playPrice, int sellPrice )

Method Details

PlayCard() public method

public PlayCard ( ) : void
return void

PowerCard() public method

public PowerCard ( int id, string name, string description, int playPrice, int sellPrice )
id int
name string
description string
playPrice int
sellPrice int