File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed
Assets/MicroEngineer/Code Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -104,21 +104,6 @@ public override void OnInitialized()
104104 MainUpdateLoop = StartCoroutine ( DoFlightUpdate ( ) ) ;
105105 }
106106
107- /// <summary>
108- /// Loads all the assemblies for the mod.
109- /// </summary>
110- // private static void LoadAssemblies()
111- // {
112- // // Load the Unity project assembly
113- // var unityAssembly = Assembly.LoadFrom(Path.Combine(Instance.SWMetadata.Folder.FullName, "MicroEngineer.Unity.dll"));
114- //
115- // // Register any custom UI controls from the loaded assembly
116- // if (!Application.isEditor)
117- // {
118- // CustomControls.RegisterFromAssembly(unityAssembly);
119- // }
120- // }
121-
122107 private System . Collections . IEnumerator DoFlightUpdate ( )
123108 {
124109 while ( true )
You can’t perform that action at this time.
0 commit comments