C# Class ProjectileDamager, Lurk2015Testing

Inheritance: Damager
Mostra file Open project: gmuGADIG/Lurk2015Testing

Public Properties

Property Type Description
velocityThreshold float

Public Methods

Method Description
Awake ( ) : void
GetDamage ( Damageable, target ) : int

Method Details

Awake() public method

public Awake ( ) : void
return void

GetDamage() public method

public GetDamage ( Damageable, target ) : int
target Damageable,
return int

Property Details

velocityThreshold public_oe property

public float velocityThreshold
return float