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

namespace XMainClient
{
	public delegate void ScreenShotCallback(bool succ);
}