C# 클래스 Descent.Model.Player.OverlordStuff.EventCard

A type of overlord card that lets the overlord play one time abilities
상속: OverlordCard
파일 보기 프로젝트 열기: nezbo/Descent

공개 메소드들

메소드 설명
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