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

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