using QFramework; using System.Collections; using System.Collections.Generic; using UnityEngine; public class PreLoadController : MonoSingleton { public ResLoader resLoader => ResLoader.Allocate(); }