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

namespace UILib
{
	public delegate bool ListDoubleClickEventHandler(IXUIListItem uiListItem);
}