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

namespace UILib
{
	public delegate void InputChangeEventHandler(IXUIInput input);
}