summaryrefslogtreecommitdiff
path: root/Client/Assets/Scripts/XMainClient/PTC/Process/Process_PtcG2C_EnterSceneCoolDownNotify.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Client/Assets/Scripts/XMainClient/PTC/Process/Process_PtcG2C_EnterSceneCoolDownNotify.cs')
-rw-r--r--Client/Assets/Scripts/XMainClient/PTC/Process/Process_PtcG2C_EnterSceneCoolDownNotify.cs14
1 files changed, 14 insertions, 0 deletions
diff --git a/Client/Assets/Scripts/XMainClient/PTC/Process/Process_PtcG2C_EnterSceneCoolDownNotify.cs b/Client/Assets/Scripts/XMainClient/PTC/Process/Process_PtcG2C_EnterSceneCoolDownNotify.cs
new file mode 100644
index 00000000..0f7bd14d
--- /dev/null
+++ b/Client/Assets/Scripts/XMainClient/PTC/Process/Process_PtcG2C_EnterSceneCoolDownNotify.cs
@@ -0,0 +1,14 @@
+using System;
+
+namespace XMainClient
+{
+ internal class Process_PtcG2C_EnterSceneCoolDownNotify
+ {
+ public static void Process(PtcG2C_EnterSceneCoolDownNotify roPtc)
+ {
+ for (int i = 0; i < roPtc.Data.groupid.Count; i++)
+ {
+ }
+ }
+ }
+}