C# Class MissionController.Instruction

ファイルを表示 Open project: pweingardt/KSPMissionController Class Usage Examples

Public Properties

Property Type Description
field String
value String

Public Methods

Method Description
Instruction ( String field, String value ) : System

Method Details

Instruction() public method

public Instruction ( String field, String value ) : System
field String
value String
return System

Property Details

field public_oe property

public String field
return String

value public_oe property

public String value
return String