C# Class StunArrowProjectile, DemonHeart

Inheritance: Projectile
Afficher le fichier Open project: rwbysafire/DemonHeart

Méthodes publiques

Méthode Description
OnHit ( ) : void
StunArrowProjectile ( GameObject gameObject, Stats, stats ) : System.Collections
getDamage ( ) : float
getDuration ( ) : float
getPierceChance ( ) : float
getSpeed ( ) : float
getStunTime ( ) : float

Method Details

OnHit() public méthode

public OnHit ( ) : void
Résultat void

StunArrowProjectile() public méthode

public StunArrowProjectile ( GameObject gameObject, Stats, stats ) : System.Collections
gameObject GameObject
stats Stats,
Résultat System.Collections

getDamage() public méthode

public getDamage ( ) : float
Résultat float

getDuration() public méthode

public getDuration ( ) : float
Résultat float

getPierceChance() public méthode

public getPierceChance ( ) : float
Résultat float

getSpeed() public méthode

public getSpeed ( ) : float
Résultat float

getStunTime() public méthode

public getStunTime ( ) : float
Résultat float