C# Class VolleyProjectile, DemonHeart

Inheritance: Projectile
Exibir arquivo Open project: rwbysafire/DemonHeart

Public Methods

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

Method Details

OnHit() public method

public OnHit ( ) : void
return void

VolleyProjectile() public method

public VolleyProjectile ( GameObject gameObject, Stats, stats ) : System.Collections
gameObject GameObject
stats Stats,
return System.Collections

getDamage() public method

public getDamage ( ) : float
return float

getDuration() public method

public getDuration ( ) : float
return float

getSpeed() public method

public getSpeed ( ) : float
return float