summaryrefslogtreecommitdiff
path: root/Client/Assets/Scripts/XUtliPoolLib/XUpdater/BundleMetaRes.cs
blob: 37e477945b25b3e6dc087213c5fac8c19c8f9c30 (plain)
1
2
3
4
5
6
7
using System;
using System.Collections.Generic;

namespace XUpdater
{
	public delegate List<XMetaResPackage> BundleMetaRes(List<string> rawList, string destFoler);
}