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

namespace XMainClient
{
	public delegate void RecruitTitleReSelect();
}