C# Class FireBoltProjectile, DemonHeart

Inheritance: Projectile
Afficher le fichier Open project: rwbysafire/DemonHeart Class Usage Examples

Méthodes publiques

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

Method Details

FireBoltProjectile() public méthode

public FireBoltProjectile ( GameObject gameObject, Stats, stats, Skill, skill ) : System.Collections
gameObject GameObject
stats Stats,
skill Skill,
Résultat System.Collections

OnHit() public méthode

public OnHit ( ) : void
Résultat void

getDamage() public méthode

public getDamage ( ) : float
Résultat float

getDuration() public méthode

public getDuration ( ) : float
Résultat float

getSpeed() public méthode

public getSpeed ( ) : float
Résultat float