提交
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
|
||||
using UnityEngine;
|
||||
using UnityEngine.EventSystems;
|
||||
|
||||
namespace BingoBrain.Core
|
||||
{
|
||||
public delegate void VoidBaseDataDelegate(BaseEventData data);
|
||||
|
||||
public delegate void VoidDataDelegate(PointerEventData data);
|
||||
}
|
||||
Reference in New Issue
Block a user