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