Beispiel #1
0
    private void HealthBottleEffect()
    {
        var hp = Random.Range(20f, 30f);

        _healthComponent.EnhanceHealth(hp);
    }