Пример #1
0
    public void EatBonus(GameObject bonus)
    {
        score.AddFruitBonusPoints();

        bonusManager.EatBonus(bonus);
    }