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