summaryrefslogtreecommitdiff
path: root/Client/Assets/Scripts/XMainClient/TitleClickEventHandler.cs
blob: 708fd59b30323c3c49a80104719c8e36304ab037 (plain)
1
2
3
4
5
6
using System;

namespace XMainClient
{
	internal delegate bool TitleClickEventHandler(ulong ID);
}