コード例 #1
0
        public static void Main()
        {
            // In order for your program to actually run, you will need to provide a mockup of all the facilities
            // your script uses from the game, since they're not available outside of the game.

            // Create and configure the desired program.
            var program = MDK.CreateProgram <Program>();

            MDK.Run(program);
        }
コード例 #2
0
 internal void LoadExperiment(MDK.Experiment c)
 {
     descriptionLabel.Text = c.Graphics.GetAbout().Description;
     this.Experiment = c;
 }