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

namespace XUtliPoolLib
{
	public interface IEnvSetting
	{
		void EnableSetting(int index);
	}
}