summaryrefslogtreecommitdiff
path: root/Client/Assets/Scripts/XMainClient/UI/ItemTooltipDlgBehaviour.cs
blob: 6473233e6aa1a1257bd42aa4ddaa32445c1f93c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
using System;

namespace XMainClient.UI
{
	internal class ItemTooltipDlgBehaviour : TooltipDlgBehaviour
	{
		protected override void Awake()
		{
			base.Awake();
		}
	}
}