C# Class ScatterShotProjectile, DemonHeart

Inheritance: Projectile
Datei anzeigen Open project: rwbysafire/DemonHeart

Public Methods

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

Method Details

OnHit() public method

public OnHit ( ) : void
return void

ScatterShotProjectile() public method

public ScatterShotProjectile ( 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

getPierceChance() public method

public getPierceChance ( ) : float
return float

getSpeed() public method

public getSpeed ( ) : float
return float