UICreateRedDotKeyData.cs 245 B

123456789101112
  1. #if UNITY_EDITOR
  2. namespace YIUIFramework.Editor
  3. {
  4. internal class UICreateRedDotKeyData
  5. {
  6. public bool AutoRefresh;
  7. public bool ShowTips;
  8. public string ClassPath;
  9. public string Content;
  10. }
  11. }
  12. #endif