Example #1
0
        internal static Dictionary <string, OrbVesselScenarioDataType> GetUserInputValues(Guid ID)
        {
            IOrbVesselPlugin p = GetPlugin(ID);

            Log.Write(string.Format("PluginManager.GetUserInputValue(ID: {{{0}}})", ID));
            return(p.SetOrbVesselInput());
        }