void ActiveThing(float duration)//Увеличивает скорость атаки. { Shooting s = GameObject.FindGameObjectWithTag("Player").GetComponent <Shooting>(); s.ActiveBonus(duration); }