C# Class MissionController.InstructionSet

Afficher le fichier Open project: pweingardt/KSPMissionController

Méthodes publiques

Méthode Description
add ( Instruction i ) : void
executeInstructions ( System random ) : void

Executes the instructions

Method Details

add() public méthode

public add ( Instruction i ) : void
i Instruction
Résultat void

executeInstructions() public méthode

Executes the instructions
public executeInstructions ( System random ) : void
random System
Résultat void