vp_FPSShooter.PreventFiring C# (CSharp) Méthode

PreventFiring() public méthode

public PreventFiring ( float seconds ) : void
seconds float
Résultat void
    public void PreventFiring(float seconds)
    {
        m_NextAllowedFireTime = Time.time + seconds;
    }