using System; namespace EngineSimulation { public enum PartStatus { WORKING, NOT_WORKING } }