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

namespace XMainClient
{
	internal class Process_PtcM2C_NotifySkyTeamCreate
	{
		public static void Process(PtcM2C_NotifySkyTeamCreate roPtc)
		{
		}
	}
}