diff options
Diffstat (limited to 'Client/Assets/Scripts/XMainClient/PTC/Process/Process_RpcC2M_SkyCraftMatchReq.cs')
| -rw-r--r-- | Client/Assets/Scripts/XMainClient/PTC/Process/Process_RpcC2M_SkyCraftMatchReq.cs | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Client/Assets/Scripts/XMainClient/PTC/Process/Process_RpcC2M_SkyCraftMatchReq.cs b/Client/Assets/Scripts/XMainClient/PTC/Process/Process_RpcC2M_SkyCraftMatchReq.cs new file mode 100644 index 00000000..442bc1df --- /dev/null +++ b/Client/Assets/Scripts/XMainClient/PTC/Process/Process_RpcC2M_SkyCraftMatchReq.cs @@ -0,0 +1,16 @@ +using System;
+using KKSG;
+
+namespace XMainClient
+{
+ internal class Process_RpcC2M_SkyCraftMatchReq
+ {
+ public static void OnReply(SkyCraftMatchReq oArg, SkyCraftMatchRes oRes)
+ {
+ }
+
+ public static void OnTimeout(SkyCraftMatchReq oArg)
+ {
+ }
+ }
+}
|
