C# Class FireBoltProjectile, DemonHeart

Inheritance: Projectile
Mostra file Open project: rwbysafire/DemonHeart Class Usage Examples

Public Methods

Method Description
FireBoltProjectile ( GameObject gameObject, Stats, stats, Skill, skill ) : System.Collections
OnHit ( ) : void
getDamage ( ) : float
getDuration ( ) : float
getSpeed ( ) : float

Method Details

FireBoltProjectile() public method

public FireBoltProjectile ( GameObject gameObject, Stats, stats, Skill, skill ) : System.Collections
gameObject GameObject
stats Stats,
skill Skill,
return System.Collections

OnHit() public method

public OnHit ( ) : void
return void

getDamage() public method

public getDamage ( ) : float
return float

getDuration() public method

public getDuration ( ) : float
return float

getSpeed() public method

public getSpeed ( ) : float
return float