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

namespace XUtliPoolLib
{
	public interface IXCamera : IXInterface
	{
		void DOFEnable(bool enabled);
	}
}