CHARRANGE.cs 131 B

123456789
  1. using System;
  2. namespace LYFZ.OtherExpansion.SkinControl
  3. {
  4. public struct CHARRANGE
  5. {
  6. public int cpMin;
  7. public int cpMax;
  8. }
  9. }