Example #1
0
    void TryShoot()
    {
        weapon.Shoot();

        cooldown = 1;
    }