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

A type of overlord card that lets the overlord play one time abilities
Inheritance: OverlordCard
Afficher le fichier Open project: nezbo/Descent

Méthodes publiques

Méthode Description
EventCard ( int id, string name, string description, int playPrice, int sellPrice )

Initializes a new instance of the EventCard class.

PlayCard ( ) : void

Method Details

EventCard() public méthode

Initializes a new instance of the EventCard class.
public EventCard ( int id, string name, string description, int playPrice, int sellPrice )
id int /// The id of the card ///
name string /// The name of the card ///
description string /// The description of the card ///
playPrice int /// The play price to play the card ///
sellPrice int /// The sell price of the card ///

PlayCard() public méthode

public PlayCard ( ) : void
Résultat void