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

namespace UILib
{
	public delegate void HyperLinkClickEventHandler(string param);
}