RemoteTech.SimpleThrottle.SimpleThrottle C# (CSharp) Méthode

SimpleThrottle() public méthode

public SimpleThrottle ( FlightComputerGUI computerin ) : System
computerin FlightComputerGUI
Résultat System
        public SimpleThrottle(FlightComputerGUI computerin)
        {
            this.computer = computerin;
            state.Target = -10;
        }