using UnityEngine.EventSystems;
internal class BaseEventDate : BaseEventData
{
public BaseEventDate(EventSystem eventSystem) : base(eventSystem)
}