- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- using CyberX8_Core;
- namespace CyberX8_Simulator
- {
- public class SimulatorJetTM
- {
- public static JetTMType CurrentTM = JetTMType.None;
- }
- }
|