void Update() { if (hManager.SendPause()) { //Поменять кнопки if (gController.ThisDectop()) { if (Input.GetButton("Fire1") && Time.time > nextFire) { InstShoot(); } } else { if (uiControl.ShootB().CanFire() && Time.time > nextFire) { InstShoot(); } } } }