// Finds the engine modes
 protected void LoadEngineModes()
 {
     engineModes    = new VariableEngineMode[2];
     engineModes[0] = new VariableEngineMode(this.part, Mode1Propellant, Mode1Name, Mode1ThrustMin, Mode1ThrustMax, Mode1IspMin, Mode1IspMax, Mode1Animation);
     engineModes[1] = new VariableEngineMode(this.part, Mode2Propellant, Mode2Name, Mode2ThrustMin, Mode2ThrustMax, Mode2IspMin, Mode2IspMax, Mode2Animation);
 }
 // Finds the engine modes
 protected void LoadEngineModes()
 {
     engineModes = new VariableEngineMode[2];
     engineModes[0] = new VariableEngineMode(this.part,Mode1Propellant,Mode1Name,Mode1ThrustMin,Mode1ThrustMax,Mode1IspMin,Mode1IspMax,Mode1Animation);
     engineModes[1] = new VariableEngineMode(this.part,Mode2Propellant,Mode2Name, Mode2ThrustMin, Mode2ThrustMax, Mode2IspMin, Mode2IspMax,Mode2Animation);
 }