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
Afficher le fichier Open project: nezbo/Descent

Méthodes publiques

Méthode Description
PlayCard ( ) : void
PowerCard ( int id, string name, string description, int playPrice, int sellPrice )

Method Details

PlayCard() public méthode

public PlayCard ( ) : void
Résultat void

PowerCard() public méthode

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