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

namespace XUpdater
{
	public enum AssetLevel
	{
		Memory,
		Image,
		Disk
	}
}