Example #1
0
    public void TakeDamage(float damage)
    {
        Health -= damage;

        _uiController.AssignNewHealth(Health, 100);
    }