Exemplo n.º 1
0
    public override void stopSkill()
    {
        skillSound.volume = 0;
        isN2OReady        = true;
        isSkillUsing      = false;
        foreach (ParticleSystem N2O in N2OParticles)
        {
            N2O.Stop();
        }

        GetComponent <CarStatus>().topSpeedModifier = 1;
        N2OTimer = 0;
    }