C# Class Paralyze, verthex

Inheritance: Ability
Afficher le fichier Open project: austinblakeslee/verthex Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public DoDamage ( Tower, t, int center, int damage, Tower, self, int firingSec ) : void
t Tower,
center int
damage int
self Tower,
firingSec int
Résultat void

GetDamagedSections() public méthode

public GetDamagedSections ( Tower, t, int center ) : List
t Tower,
center int
Résultat List

GetInfo() public méthode

public GetInfo ( int damage ) : string
damage int
Résultat string

Paralyze() public méthode

public Paralyze ( SectionWeapon, effectedWeapon ) : System.Collections
effectedWeapon SectionWeapon,
Résultat System.Collections

Stun() public méthode

public Stun ( Tower, t, int center ) : void
t Tower,
center int
Résultat void