summaryrefslogtreecommitdiff
path: root/Client/Assets/Scripts/XUtliPoolLib/IXNGUIClickEventHandler.cs
blob: bfe050f6aef0156cb14397daf2dcde59b0630f5c (plain)
1
2
3
4
5
6
7
using System;
using UnityEngine;

namespace XUtliPoolLib
{
	public delegate void IXNGUIClickEventHandler(GameObject obj, string clickpath);
}