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

namespace UILib
{
	public delegate void TextureClickEventHandler(IXUITexture uiSprite);
}