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

namespace XUpdater
{
	internal delegate AsyncVersionProcessRequest HandleVersionDownload(TextAsset text);
}