Exemple #1
0
 void Update()
 {
     healthMeter.text = "Health: " + player.ReturnHealth();
 }