core interop for loading up Space Engineers content.
Example #1
0
        /// <summary>
        /// Forces static ctor to load stock defintiions.
        /// </summary>
        public static void LoadDefinitions()
        {
            typeof(MyTexts).TypeInitializer.Invoke(null, null); // For tests

            Default = new SpaceEngineersCore();
        }
Example #2
0
 /// <summary>
 /// Forces static ctor to load stock defintiions.
 /// </summary>
 public static void LoadDefinitions()
 {
     Default = new SpaceEngineersCore();
 }