C# Class PlayerHealthTracking

Inheritance: MonoBehaviour
Mostra file Open project: Undiscovered-Game-Studios/Project-Legacy-2D

Public Properties

Property Type Description
maxHealth int

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

maxHealth public_oe property

public int maxHealth
return int