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