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

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

Public Methods

Method 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 method

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 method

public PlayCard ( ) : void
return void