C# Class HealthBlightGUIHandler, MagesOfBlight

Inheritance: MonoBehaviour
Show file Open project: DomCristaldi/MagesOfBlight

Public Properties

Property Type Description
blightMeter Image
healthMeter Image
stats BaseStats,

Public Methods

Method Description
Update ( ) : void

Protected Methods

Method Description
Start ( ) : void

Method Details

Start() protected method

protected Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

blightMeter public property

public Image blightMeter
return Image

healthMeter public property

public Image healthMeter
return Image

stats public property

public BaseStats, stats
return BaseStats,