C# Class kOS.CommandVesselStage

Inheritance: Command
Show file Open project: Nivekk/KOS

Public Methods

Method Description
CommandVesselStage ( Match regexMatch, kOS.ExecutionContext context ) : System
Evaluate ( ) : void

Method Details

CommandVesselStage() public method

public CommandVesselStage ( Match regexMatch, kOS.ExecutionContext context ) : System
regexMatch System.Text.RegularExpressions.Match
context kOS.ExecutionContext
return System

Evaluate() public method

public Evaluate ( ) : void
return void