C# Class GameJamStarterKit.HealthSystem.Samples.DemoFireDamageType

Inheritance: DamageType
Afficher le fichier Open project: ajseward/GameJamStarterKit

Méthodes publiques

Méthode Description
ModifyDamageValue ( int &damage, HealthComponent healthComponent ) : void
ModifyHealingValue ( int &healing, HealthComponent healthComponent ) : void

Method Details

ModifyDamageValue() public méthode

public ModifyDamageValue ( int &damage, HealthComponent healthComponent ) : void
damage int
healthComponent HealthComponent
Résultat void

ModifyHealingValue() public méthode

public ModifyHealingValue ( int &healing, HealthComponent healthComponent ) : void
healing int
healthComponent HealthComponent
Résultat void