C# Class Healthsystem

Inheritance: MonoBehaviour
Mostrar archivo Open project: FlaminJesus/Pharaonic Class Usage Examples

Public Properties

Property Type Description
health double
hunger double
hungersnot bool

Public Methods

Method Description
Awake ( ) : void
FixedUpdate ( ) : void
Update ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

health public_oe property

public double health
return double

hunger public_oe property

public double hunger
return double

hungersnot public_oe property

public bool hungersnot
return bool