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

namespace UILib
{
	public delegate void ComboboxClickEventHandler(int value);
}