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