using UnityEngine.EventSystems; namespace Base { public class EventAttribute : AEventAttribute { public EventAttribute(EventIdType type) : base(type) { } } }