using System; namespace LYFZ.OtherExpansion.SkinClass { public enum ControlState { Normal, Hover, Pressed, Focused } }