C# Класс Descent.Model.Player.OverlordStuff.EventCard

A type of overlord card that lets the overlord play one time abilities
Наследование: OverlordCard
Показать файл Открыть проект

Открытые методы

Метод Описание
EventCard ( int id, string name, string description, int playPrice, int sellPrice )

Initializes a new instance of the EventCard class.

PlayCard ( ) : void

Описание методов

EventCard() публичный Метод

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 PlayCard ( ) : void
Результат void