C# Class TestRecord, dreams

Inheritance: MonoBehaviour
Datei anzeigen Open project: mprofGamesDev-Dreams/dreams Class Usage Examples

Public Properties

Property Type Description
health int
maxHealth int
startHealth 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

health public_oe property

public int health
return int

maxHealth public_oe property

public int maxHealth
return int

startHealth public_oe property

public int startHealth
return int