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

namespace XUtliPoolLib
{
	internal interface IHere
	{
		int Here { get; set; }
	}
}