C# Class Assets.Game.Components.ActorComponent

Inheritance: IComponent
Show file Open project: sviridoff/escape-arena

Public Properties

Property Type Description
damage float
health float
maxHealth float

Property Details

damage public property

public float damage
return float

health public property

public float health
return float

maxHealth public property

public float maxHealth
return float