using System; using System.Collections.Generic; using System.Text; namespace Directory { enum QualityTypeGun { New, Normal, Bad } }