summaryrefslogtreecommitdiff
path: root/Client/Assets/Scripts/XMainClient/PTC/Process/Process_PtcM2C_TeamRequestPlatFreind2Client.cs
blob: 990f16c7bf811cab32aa0b6d85e966465acdce53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
using System;
using XMainClient.UI.UICommon;

namespace XMainClient
{
	internal class Process_PtcM2C_TeamRequestPlatFreind2Client
	{
		public static void Process(PtcM2C_TeamRequestPlatFreind2Client roPtc)
		{
			DlgBase<XFriendsView, XFriendsBehaviour>.singleton.NoticeFriendShare(roPtc.Data.openID, XFriendsView.ShareType.Invite);
		}
	}
}