summaryrefslogtreecommitdiff
path: root/Client/Assets/Scripts/XUtliPoolLib/IXInterface.cs
blob: cf356b47f2dfb338ac1ed3507e5f0fc814e74f98 (plain)
1
2
3
4
5
6
7
8
9
using System;

namespace XUtliPoolLib
{
	public interface IXInterface
	{
		bool Deprecated { get; set; }
	}
}