vp_FPSShooter.PreventFiring C# (CSharp) 메소드

PreventFiring() 공개 메소드

public PreventFiring ( float seconds ) : void
seconds float
리턴 void
    public void PreventFiring(float seconds)
    {
        m_NextAllowedFireTime = Time.time + seconds;
    }