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

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