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

namespace XMainClient
{
	internal class Process_PtcM2C_UpdateLeagueEleRoomStateNtf
	{
		public static void Process(PtcM2C_UpdateLeagueEleRoomStateNtf roPtc)
		{
			XFreeTeamVersusLeagueDocument.Doc.OnUpdateEliRoomInfo(roPtc);
		}
	}
}