summaryrefslogtreecommitdiff
path: root/Client/Assets/Scripts/XUtliPoolLib/XUpdater/HandleBundleDownload.cs
blob: 08e62a976a85c99a54a5d1f2ab79b40f97d5e900 (plain)
1
2
3
4
5
6
7
using System;
using UnityEngine;

namespace XUpdater
{
	internal delegate AsyncWriteRequest HandleBundleDownload(WWW www, XBundleData bundle, string error);
}