using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Venus_Core; namespace Venus_Simulator { public class SimulatorJetTM { public static JetTMType CurrentTM = JetTMType.None; } }