C# Class Assets.Game.Components.ActorComponent

Inheritance: IComponent
Datei anzeigen Open project: sviridoff/escape-arena

Public Properties

Property Type Description
damage float
health float
maxHealth float

Property Details

damage public_oe property

public float damage
return float

health public_oe property

public float health
return float

maxHealth public_oe property

public float maxHealth
return float