namespace ACE.Entity.Enum { public enum ImageScaleType { Full = 0x0, Half = 0x1, Quarter = 0x2, Eighth = 0x4 } }