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

namespace XMainClient
{
	internal class Process_PtcM2C_SkyCraftMatchNtf
	{
		public static void Process(PtcM2C_SkyCraftMatchNtf roPtc)
		{
		}
	}
}