Example #1
0
    private void Awake()
    {
        Recive();

        _shootingTimer.OnTimerEnd(() =>
        {
            ShootBullet();
            _shootingTimer.StartTimer(_shootingSpeed);
        });
    }