using UnityEngine; using UnityEngine.UIElements; namespace XED.ComponentSystem { public class InputAttribute : ComponentAttribute { } }