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

namespace XMainClient
{
	internal class Process_PtcM2C_Get520FestivalRedPacket
	{
		public static void Process(PtcM2C_Get520FestivalRedPacket roPtc)
		{
		}
	}
}