C# Class GameJamStarterKit.HealthSystem.Samples.DemoFireDamageType

Inheritance: DamageType
Show file Open project: ajseward/GameJamStarterKit

Public Methods

Method Description
ModifyDamageValue ( int &damage, HealthComponent healthComponent ) : void
ModifyHealingValue ( int &healing, HealthComponent healthComponent ) : void

Method Details

ModifyDamageValue() public method

public ModifyDamageValue ( int &damage, HealthComponent healthComponent ) : void
damage int
healthComponent HealthComponent
return void

ModifyHealingValue() public method

public ModifyHealingValue ( int &healing, HealthComponent healthComponent ) : void
healing int
healthComponent HealthComponent
return void