summaryrefslogtreecommitdiff
path: root/Client/Assets/Scripts/XMainClient/PTC/Process/Process_PtcG2C_FatigueRecoverTimeNotify.cs
blob: a557c4a8db91bb7cab906a9db499b35334445ef5 (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_PtcG2C_FatigueRecoverTimeNotify
	{
		public static void Process(PtcG2C_FatigueRecoverTimeNotify roPtc)
		{
			DlgBase<XPurchaseView, XPurchaseBehaviour>.singleton.ReceiveFatigueTime(roPtc);
		}
	}
}