diff --git a/README.md b/README.md index 264afbb..992c1b6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # MDK-SE -(Malware's Development Kit for SE) +_(Malware's Development Kit for SE)_ ----- +- - - A toolkit to help with ingame script (programmable block) development for Keen Software House's space sandbox Space Engineers. It helps you create a ready-to-code project for writing ingame scripts, and provides an analyzer which warns you if you're trying to use something that is not allowed in Space Engineers. @@ -22,4 +22,6 @@ A toolkit to help with ingame script (programmable block) development for Keen S (You don't have to use the extension to get something out of this guide) * [Contributing to MDK](https://github.com/malware-dev/MDK-SE/blob/master/CONTRIBUTING.md) +- - - + Space Engineers is trademarked to Keen Software House. This toolkit is fan-made, and its developer has no relation to Keen Software House. diff --git a/Source/IngameScriptTemplate/Program.cs b/Source/IngameScriptTemplate/Program.cs index 44f605b..8587355 100644 --- a/Source/IngameScriptTemplate/Program.cs +++ b/Source/IngameScriptTemplate/Program.cs @@ -51,7 +51,7 @@ public Program() // The constructor is optional and can be removed if not // needed. // - // It's recommended to set RuntimeInfo.UpdateFrequency + // It's recommended to set Runtime.UpdateFrequency // here, which will allow your script to run itself without a // timer block. } @@ -79,4 +79,4 @@ public void Main(string argument, UpdateType updateSource) // can be removed if not needed. } } -} \ No newline at end of file +}