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

namespace XMainClient
{
	internal class Process_PtcG2C_GCFZhanLingNotify
	{
		public static void Process(PtcG2C_GCFZhanLingNotify roPtc)
		{
			XGuildTerritoryDocument specificDocument = XDocuments.GetSpecificDocument<XGuildTerritoryDocument>(XGuildTerritoryDocument.uuID);
			specificDocument.OnZhanLingNotify(roPtc.Data);
		}
	}
}