Ejemplo n.º 1
0
 private void HealthSystem_OnHealthChanged(object sender, System.EventArgs e)
 {
     this.transform.localScale = new Vector3(healthSystem.CurrentPercent() * 10, 1);
 }