summaryrefslogtreecommitdiff
path: root/Client/Assets/Scripts/XMainClient/PTC/Process/Process_RpcC2G_JadeComposeNew.cs
blob: a1aa649c7d37f1967c3a00b1e149db4805d0a6ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
using System;
using KKSG;

namespace XMainClient
{
	internal class Process_RpcC2G_JadeComposeNew
	{
		public static void OnReply(JadeComposeNewArg oArg, JadeComposeNewRes oRes)
		{
		}

		public static void OnTimeout(JadeComposeNewArg oArg)
		{
		}
	}
}