using System;

namespace XUtliPoolLib
{
	public sealed class AsyncXNGUILoad
	{
		public bool IsDone = false;

		public bool HasError = false;

		public float Ratio = 0f;

		public string abFilePath = string.Empty;
	}
}