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

namespace XMainClient
{
	public delegate void RecruitTitleChange();
}