예제 #1
0
        public static VoiceProcessor GetProcessor(VoiceTemplate voiceTemplate)
        {
            switch (voiceTemplate)
            {
            case VoiceTemplate.RU_Rita:
                return(RitaVoiceProcessor.Instance);

            default:
                return(BettyVoiceProcessor.Instance);
            }
        }
예제 #2
0
 public void Reset()
 {
     EnableG         = true;
     GForce          = 6;
     EnableAoA       = true;
     AoA             = 12;
     EnablePullUp    = true;
     EnableFuel      = true;
     EnableGear      = true;
     GearDown        = 270;
     GearUp          = 290;
     EnableOverSpeed = true;
     OverSpeed       = 820;
     Voice           = VoiceTemplate.US_Betty;
 }