File tree Expand file tree Collapse file tree 2 files changed +2
-19
lines changed
MicroEngineerProject/MicroEngineer Expand file tree Collapse file tree 2 files changed +2
-19
lines changed Original file line number Diff line number Diff line change 1- using System ;
2- using System . Collections . Generic ;
3- using System . Reflection ;
4- using System . Text ;
1+ using System . Reflection ;
52using KSP . Game ;
6- using KSP . Messages . PropertyWatchers ;
73using KSP . Sim ;
84using KSP . Sim . impl ;
95using KSP . Sim . Maneuver ;
106using KSP . UI . Flight ;
117using Newtonsoft . Json ;
12- using SpaceWarp . API . UI ;
138using UnityEngine ;
14- using static KSP . Modules . Data_LiftingSurface ;
159using static KSP . Rendering . Planets . PQSData ;
1610using BepInEx . Logging ;
1711
Original file line number Diff line number Diff line change 1- using KSP . Messages . PropertyWatchers ;
2- using SpaceWarp . API . Mods ;
3- using System ;
4- using System . Collections . Generic ;
5- using System . Text ;
6- using UnityEngine ;
7- using KSP . Sim . impl ;
8- using static KSP . Rendering . Planets . PQSData ;
9- using KSP . Sim ;
10- using static KSP . Modules . Data_LiftingSurface ;
11- using KSP . UI . Flight ;
12- using KSP . UI . Binding ;
1+ using UnityEngine ;
132using Newtonsoft . Json ;
143
154namespace MicroMod
You can’t perform that action at this time.
0 commit comments