Files
BingoGrassland/Assets/BingoSun/Scripts/Ossa/Pvvds.cs
T

10 lines
216 B
C#
Raw Normal View History

2026-04-20 13:49:36 +08:00
using UnityEngine;
using UnityEngine.EventSystems;
namespace BingoBrain.Core
{
public delegate void VoidBaseDataDelegate(BaseEventData data);
public delegate void VoidDataDelegate(PointerEventData data);
}