C# Class SkillBasicAttack, DemonHeart

Inheritance: Skill
ファイルを表示 Open project: rwbysafire/DemonHeart

Public Properties

Property Type Description
projectile Projectile,

Public Methods

Method Description
SkillBasicAttack ( ) : System.Collections
attack ( Entity, mob, Stats, stats ) : void
fireArrow ( Entity, mob, Stats, stats, float rotate ) : void
getAttackSpeed ( ) : float
getImage ( ) : Sprite
getManaCost ( ) : float
getName ( ) : string
skillLogic ( Entity, mob, Stats, stats ) : void

Method Details

SkillBasicAttack() public method

public SkillBasicAttack ( ) : 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

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_oe property

public Projectile, projectile
return Projectile,