C# Class SkillChainLightning, DemonHeart

Inheritance: Skill
Mostrar archivo Open project: rwbysafire/DemonHeart Class Usage Examples

Public Methods

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

Private Methods

Method Description
FindClosestEnemy ( Entity, mob, string tag, Vector3 target ) : GameObject

Method Details

SkillChainLightning() public method

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

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