summaryrefslogtreecommitdiff
path: root/Client/Assets/Scripts/UILib/LabelClickEventHandler.cs
blob: 956a961d9a583984e301e39fbf5ea3908c0abba1 (plain)
1
2
3
4
5
6
using System;

namespace UILib
{
	public delegate void LabelClickEventHandler(IXUILabel uiSprite);
}