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

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