using System; using System.Collections.Generic; using UnityEngine; using UnityEngine.UIElements; namespace YKMoon { [AttributeUsage(AttributeTargets.Field, Inherited = true, AllowMultiple = false)] public class YKAnimatorPresetStyleSelectorAttribute : PropertyAttribute { } }