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

namespace XMainClient
{
	internal class Process_PtcG2C_GardenPlantEventNotice
	{
		public static void Process(PtcG2C_GardenPlantEventNotice roPtc)
		{
			HomePlantDocument.Doc.OnGetHomeEventBack(roPtc);
		}
	}
}