summaryrefslogtreecommitdiff
path: root/Client/Assets/Scripts/XUtliPoolLib/XPlatformType.cs
blob: 263e7224f480bb7d40a7091698e2e5c42e05cf36 (plain)
1
2
3
4
5
6
7
8
9
10
11
using System;

namespace XUtliPoolLib
{
	public enum XPlatformType
	{
		IOS,
		Android,
		Standalone
	}
}