Files

10 lines
216 B
C#
Raw Permalink Normal View History

2026-05-28 13:53:12 +08:00
using UnityEngine;
using UnityEngine.EventSystems;
namespace BingoBrain.Core
{
public delegate void VoidBaseDataDelegate(BaseEventData data);
public delegate void VoidDataDelegate(PointerEventData data);
}