using System; using UnityEngine; namespace UILib { public delegate bool SliderClickEventHandler(GameObject go); }