diff options
Diffstat (limited to 'Client/Assets/Scripts/XMainClient/ScreenShotCallback.cs')
-rw-r--r-- | Client/Assets/Scripts/XMainClient/ScreenShotCallback.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Client/Assets/Scripts/XMainClient/ScreenShotCallback.cs b/Client/Assets/Scripts/XMainClient/ScreenShotCallback.cs new file mode 100644 index 00000000..e38b91f3 --- /dev/null +++ b/Client/Assets/Scripts/XMainClient/ScreenShotCallback.cs @@ -0,0 +1,6 @@ +using System;
+
+namespace XMainClient
+{
+ public delegate void ScreenShotCallback(bool succ);
+}
|