#if UNITY_EDITOR namespace YIUIFramework.Editor { internal class UICreateRedDotKeyData { public bool AutoRefresh; public bool ShowTips; public string ClassPath; public string Content; } } #endif