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

namespace XMainClient
{
	public delegate void EndRecordCallBack();
}