using System; namespace LYFZ.OtherExpansion.SkinClass { public enum ThumbArrowDirection { None, Left, Right, Up, Down, LeftRight, UpDown } }