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

namespace XMainClient
{
	public delegate void SelectorInvoke(uint index);
}