summaryrefslogtreecommitdiff
path: root/Client/Assets/Scripts/XMainClient/PartLoadCallback.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Client/Assets/Scripts/XMainClient/PartLoadCallback.cs')
-rw-r--r--Client/Assets/Scripts/XMainClient/PartLoadCallback.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/Client/Assets/Scripts/XMainClient/PartLoadCallback.cs b/Client/Assets/Scripts/XMainClient/PartLoadCallback.cs
new file mode 100644
index 00000000..10776502
--- /dev/null
+++ b/Client/Assets/Scripts/XMainClient/PartLoadCallback.cs
@@ -0,0 +1,6 @@
+using System;
+
+namespace XMainClient
+{
+ internal delegate void PartLoadCallback(EquipLoadTask part, bool needCombine);
+}