using System; namespace LYFZ.OtherExpansion.SkinControl { public struct CHARRANGE { public int cpMin; public int cpMax; } }