C# 클래스 Poisoned, verthex

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

공개 프로퍼티들

프로퍼티 타입 설명
numAttacks int
poisonDamagePercentage int
poisonedVisual GameObject

공개 메소드들

메소드 설명
Construct ( ) : void
Destruct ( ) : void
EndTurnEffect ( ) : void
GetInfo ( ) : string
Poisoned ( Section, s ) : System.Collections
PreAttack ( Section, s ) : void

메소드 상세

Construct() 공개 메소드

public Construct ( ) : void
리턴 void

Destruct() 공개 메소드

public Destruct ( ) : void
리턴 void

EndTurnEffect() 공개 메소드

public EndTurnEffect ( ) : void
리턴 void

GetInfo() 공개 메소드

public GetInfo ( ) : string
리턴 string

Poisoned() 공개 메소드

public Poisoned ( Section, s ) : System.Collections
s Section,
리턴 System.Collections

PreAttack() 공개 메소드

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

프로퍼티 상세

numAttacks 공개적으로 프로퍼티

public int numAttacks
리턴 int

poisonDamagePercentage 공개적으로 프로퍼티

public int poisonDamagePercentage
리턴 int

poisonedVisual 공개적으로 프로퍼티

public GameObject poisonedVisual
리턴 GameObject