summaryrefslogtreecommitdiff
path: root/Client/Assets/Scripts/UILib/IXUITweener.cs
blob: 84c07c96f4dc7d477489133c6d73621a59decf31 (plain)
1
2
3
4
5
6
7
8
9
using System;

namespace UILib
{
	public interface IXUITweener
	{
		float Duration { get; }
	}
}