using System; namespace LYFZ.OtherExpansion.SkinControl { public enum DrawStyle { None, Img, Draw } }