C# 클래스 PoisonSplash, verthex

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

공개 메소드들

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

메소드 상세

DoDamage() 공개 메소드

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

GetDamagedSections() 공개 메소드

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

GetInfo() 공개 메소드

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

PoisonSplash() 공개 메소드

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