C# Class TestRecord, dreams

Inheritance: MonoBehaviour
Afficher le fichier Open project: mprofGamesDev-Dreams/dreams Class Usage Examples

Méthodes publiques

Свойство Type Description
health int
maxHealth int
startHealth int

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

health public_oe property

public int health
Résultat int

maxHealth public_oe property

public int maxHealth
Résultat int

startHealth public_oe property

public int startHealth
Résultat int