private void Awake() { Recive(); _shootingTimer.OnTimerEnd(() => { ShootBullet(); _shootingTimer.StartTimer(_shootingSpeed); }); }