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

Cards that the overlord draws each turn
파일 보기 프로젝트 열기: nezbo/Descent 1 사용 예제들

공개 메소드들

메소드 설명
CanPlay ( ) : bool
OverlordCard ( int id, string name, string description, int playPrice, int sellPrice, OverlordCardType type )

Initializes a new instance of the OverlordCard class.

PlayCard ( ) : void

메소드 상세

CanPlay() 공개 메소드

public CanPlay ( ) : bool
리턴 bool

OverlordCard() 공개 메소드

Initializes a new instance of the OverlordCard class.
public OverlordCard ( int id, string name, string description, int playPrice, int sellPrice, OverlordCardType type )
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 of the card ///
sellPrice int /// The sell price of the card ///
type OverlordCardType /// The type of overlordcard ///

PlayCard() 공개 메소드

public PlayCard ( ) : void
리턴 void