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

namespace XUtliPoolLib
{
	public enum ECreateHideType
	{
		NotHide,
		DisableObject,
		DisableAnim,
		DisableParticleRenderer
	}
}