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

namespace UILib
{
	public delegate void ButtonPressEventHandler(IXUIButton button, bool state);
}