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