Example #1
0
    void Update()
    {
        Shoot();
        SwapWeapon();

        _handgun.CheckDamageBoostTime();
        _assaultRifle.CheckDamageBoostTime();
        _grenadeThrower.CheckDamageBoostTime();

        AmmunitionUI();
    }