C# Class Paralyze, verthex

Inheritance: Ability
Exibir arquivo Open project: austinblakeslee/verthex Class Usage Examples

Public Methods

Method Description
DoDamage ( Tower, t, int center, int damage, Tower, self, int firingSec ) : void
GetDamagedSections ( Tower, t, int center ) : List
GetInfo ( int damage ) : string
Paralyze ( SectionWeapon, effectedWeapon ) : System.Collections
Stun ( Tower, t, int center ) : void

Method Details

DoDamage() public method

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

GetDamagedSections() public method

public GetDamagedSections ( Tower, t, int center ) : List
t Tower,
center int
return List

GetInfo() public method

public GetInfo ( int damage ) : string
damage int
return string

Paralyze() public method

public Paralyze ( SectionWeapon, effectedWeapon ) : System.Collections
effectedWeapon SectionWeapon,
return System.Collections

Stun() public method

public Stun ( Tower, t, int center ) : void
t Tower,
center int
return void