summaryrefslogtreecommitdiff
path: root/Client/Assets/Scripts/UILib/IUIPanel.cs
blob: 01a523a36daf52b2ecd4ca5868402c1e5eafd81d (plain)
1
2
3
4
5
6
7
8
using System;

namespace UILib
{
	public interface IUIPanel : IUIRect
	{
	}
}