C# 클래스 BlindedEffect, verthex

상속: SectionEffect
파일 보기 프로젝트 열기: austinblakeslee/verthex

공개 프로퍼티들

프로퍼티 타입 설명
blindedVisualEffect GameObject
missPercentage int
numTurns int

공개 메소드들

메소드 설명
ApplyDamage ( Section, s, int power ) : void
BlindedEffect ( Section, effectedSection, int blindPercentage ) : System.Collections
Construct ( ) : void
Destruct ( ) : void
EndTurnEffect ( ) : void
GetInfo ( ) : string

메소드 상세

ApplyDamage() 공개 메소드

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

BlindedEffect() 공개 메소드

public BlindedEffect ( Section, effectedSection, int blindPercentage ) : System.Collections
effectedSection Section,
blindPercentage int
리턴 System.Collections

Construct() 공개 메소드

public Construct ( ) : void
리턴 void

Destruct() 공개 메소드

public Destruct ( ) : void
리턴 void

EndTurnEffect() 공개 메소드

public EndTurnEffect ( ) : void
리턴 void

GetInfo() 공개 메소드

public GetInfo ( ) : string
리턴 string

프로퍼티 상세

blindedVisualEffect 공개적으로 프로퍼티

public GameObject blindedVisualEffect
리턴 GameObject

missPercentage 공개적으로 프로퍼티

public int missPercentage
리턴 int

numTurns 공개적으로 프로퍼티

public int numTurns
리턴 int