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

namespace XUtliPoolLib
{
	public enum HotfixMode
	{
		BEFORE,
		AFTER,
		HIDE,
		UNLOAD
	}
}