- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- using Venus_Core;
- namespace Venus_Simulator
- {
- public class SimulatorJetChamber
- {
- public static JetChamber CurrentChamber = JetChamber.Venus;
- //public static JetChamber CurrentChamber = JetChamber.Kepler;
- }
- }
|