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

namespace XUpdater
{
	internal delegate void HandleLoadBundle(AssetBundle bundle);
}