using System; using UnityEngine; namespace UILib { public delegate void OnDropReleaseEventHandler(GameObject item, GameObject surface); }