C# 클래스 AimCritStrike, verthex

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

보호된 프로퍼티들

프로퍼티 타입 설명
critStrikeDamageModifier int
taggedSections List

공개 메소드들

메소드 설명
AimCritStrike ( SectionWeapon, effectedWeapon ) : System.Collections
DoDamage ( Tower, t, int center, int damage, Tower, self, int firingSection ) : void
GetDamagedSections ( Tower, t, int center ) : List
GetInfo ( int damage ) : string

메소드 상세

AimCritStrike() 공개 메소드

public AimCritStrike ( SectionWeapon, effectedWeapon ) : System.Collections
effectedWeapon SectionWeapon,
리턴 System.Collections

DoDamage() 공개 메소드

public DoDamage ( Tower, t, int center, int damage, Tower, self, int firingSection ) : void
t Tower,
center int
damage int
self Tower,
firingSection int
리턴 void

GetDamagedSections() 공개 메소드

public GetDamagedSections ( Tower, t, int center ) : List
t Tower,
center int
리턴 List

GetInfo() 공개 메소드

public GetInfo ( int damage ) : string
damage int
리턴 string

프로퍼티 상세

critStrikeDamageModifier 보호되어 있는 프로퍼티

protected int critStrikeDamageModifier
리턴 int

taggedSections 보호되어 있는 프로퍼티

protected List
taggedSections
리턴 List