C# Class SkillVolley, DemonHeart

Inheritance: Skill
Afficher le fichier Open project: rwbysafire/DemonHeart

Méthodes publiques

Свойство Type Description
projectile Projectile

Méthodes publiques

Méthode Description
SkillVolley ( ) : System.Collections
attack ( Entity, mob, Stats, stats ) : void
fireArrow ( Entity, mob, Stats, stats, float rotate ) : void
getAttackSpeed ( ) : float
getImage ( ) : Sprite
getManaCost ( ) : float
getMaxCooldown ( ) : float
getName ( ) : string
skillLogic ( Entity mob, Stats stats ) : void

Method Details

SkillVolley() public méthode

public SkillVolley ( ) : System.Collections
Résultat System.Collections

attack() public méthode

public attack ( Entity, mob, Stats, stats ) : void
mob Entity,
stats Stats,
Résultat void

fireArrow() public méthode

public fireArrow ( Entity, mob, Stats, stats, float rotate ) : void
mob Entity,
stats Stats,
rotate float
Résultat void

getAttackSpeed() public méthode

public getAttackSpeed ( ) : float
Résultat float

getImage() public méthode

public getImage ( ) : Sprite
Résultat Sprite

getManaCost() public méthode

public getManaCost ( ) : float
Résultat float

getMaxCooldown() public méthode

public getMaxCooldown ( ) : float
Résultat float

getName() public méthode

public getName ( ) : string
Résultat string

skillLogic() public méthode

public skillLogic ( Entity mob, Stats stats ) : void
mob Entity
stats Stats
Résultat void

Property Details

projectile public_oe property

public Projectile projectile
Résultat Projectile