C# 클래스 Drain, verthex

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

공개 메소드들

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

메소드 상세

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

Drain() 공개 메소드

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

GetDamagedSections() 공개 메소드

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

GetInfo() 공개 메소드

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

Heal() 공개 메소드

public Heal ( int damage, int center, Tower, t ) : void
damage int
center int
t Tower,
리턴 void