C# Class SkillScattershot, DemonHeart

Inheritance: Skill
Show file Open project: rwbysafire/DemonHeart

Public Properties

Property Type Description
projectile Projectile,

Public Methods

Method Description
SkillScattershot ( ) : 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

SkillScattershot() public method

public SkillScattershot ( ) : System.Collections
return System.Collections

attack() public method

public attack ( Entity, mob, Stats, stats ) : void
mob Entity,
stats Stats,
return void

fireArrow() public method

public fireArrow ( Entity, mob, Stats, stats, float rotate ) : void
mob Entity,
stats Stats,
rotate float
return void

getAttackSpeed() public method

public getAttackSpeed ( ) : float
return float

getImage() public method

public getImage ( ) : Sprite
return Sprite

getManaCost() public method

public getManaCost ( ) : float
return float

getMaxCooldown() public method

public getMaxCooldown ( ) : float
return float

getName() public method

public getName ( ) : string
return string

skillLogic() public method

public skillLogic ( Entity, mob, Stats, stats ) : void
mob Entity,
stats Stats,
return void

Property Details

projectile public property

public Projectile, projectile
return Projectile,