C# 클래스 SectionEffect, verthex

파일 보기 프로젝트 열기: austinblakeslee/verthex 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
appliedSection Section,
effectType string
upgradeLevel int

공개 메소드들

메소드 설명
ApplyDamage ( Section, target, int power ) : void
Construct ( ) : void
Destruct ( ) : void
EndTurnEffect ( ) : void
GetEffectType ( ) : string
GetInfo ( ) : string
GetUpgradeLevel ( ) : int
PreAttack ( Section, S ) : void
SectionEffect ( ) : System.Collections
SectionEffect ( Section, effectedSection ) : System.Collections
Update ( ) : void
Upgrade ( ) : void

메소드 상세

ApplyDamage() 공개 메소드

public ApplyDamage ( Section, target, int power ) : void
target Section,
power int
리턴 void

Construct() 공개 메소드

public Construct ( ) : void
리턴 void

Destruct() 공개 메소드

public Destruct ( ) : void
리턴 void

EndTurnEffect() 공개 메소드

public EndTurnEffect ( ) : void
리턴 void

GetEffectType() 공개 메소드

public GetEffectType ( ) : string
리턴 string

GetInfo() 공개 메소드

public GetInfo ( ) : string
리턴 string

GetUpgradeLevel() 공개 메소드

public GetUpgradeLevel ( ) : int
리턴 int

PreAttack() 공개 메소드

public PreAttack ( Section, S ) : void
S Section,
리턴 void

SectionEffect() 공개 메소드

public SectionEffect ( ) : System.Collections
리턴 System.Collections

SectionEffect() 공개 메소드

public SectionEffect ( Section, effectedSection ) : System.Collections
effectedSection Section,
리턴 System.Collections

Update() 공개 메소드

public Update ( ) : void
리턴 void

Upgrade() 공개 메소드

public Upgrade ( ) : void
리턴 void

프로퍼티 상세

appliedSection 보호되어 있는 프로퍼티

protected Section, appliedSection
리턴 Section,

effectType 보호되어 있는 프로퍼티

protected string effectType
리턴 string

upgradeLevel 보호되어 있는 프로퍼티

protected int upgradeLevel
리턴 int