C# Class SkillStunArrow, DemonHeart

Inheritance: Skill
显示文件 Open project: rwbysafire/DemonHeart

Public Properties

Property Type Description
projectile Projectile,

Public Methods

Method Description
SkillStunArrow ( ) : System.Collections
getAttackSpeed ( ) : float
getImage ( ) : Sprite
getManaCost ( ) : float
getMaxCooldown ( ) : float
getName ( ) : string
skillLogic ( Entity, mob, Stats, stats ) : void

Method Details

SkillStunArrow() public method

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

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

public Projectile, projectile
return Projectile,