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

namespace XMainClient
{
	internal class Process_PtcM2C_IdipPunishInfoMsNtf
	{
		public static void Process(PtcM2C_IdipPunishInfoMsNtf roPtc)
		{
			XIDIPDocument specificDocument = XDocuments.GetSpecificDocument<XIDIPDocument>(XIDIPDocument.uuID);
			specificDocument.DealWithIDIPTips(roPtc.Data);
		}
	}
}