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

namespace XMainClient
{
	internal delegate void RecruitSelectGroupUpdate();
}