C# 클래스 MissionController.InstructionSet

파일 보기 프로젝트 열기: pweingardt/KSPMissionController

공개 메소드들

메소드 설명
add ( Instruction i ) : void
executeInstructions ( System random ) : void

Executes the instructions

메소드 상세

add() 공개 메소드

public add ( Instruction i ) : void
i Instruction
리턴 void

executeInstructions() 공개 메소드

Executes the instructions
public executeInstructions ( System random ) : void
random System
리턴 void