C# 클래스 HearthAnalyzer.Core.Cards.FatigueCard

Represents a fatigue card
상속: BaseCard
파일 보기 프로젝트 열기: kwluo90/HearthAnalyzer

공개 프로퍼티들

프로퍼티 타입 설명
FatigueDamage int

공개 메소드들

메소드 설명
FatigueCard ( int fatigueDamage, int id = -1 ) : System

메소드 상세

FatigueCard() 공개 메소드

public FatigueCard ( int fatigueDamage, int id = -1 ) : System
fatigueDamage int
id int
리턴 System

프로퍼티 상세

FatigueDamage 공개적으로 프로퍼티

The amount of fatigue damage
public int FatigueDamage
리턴 int