17 lines
231 B
C#
17 lines
231 B
C#
using QFramework;
|
|
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
|
|
public class PreLoadController : MonoSingleton<PreLoadController>
|
|
{
|
|
|
|
public ResLoader resLoader => ResLoader.Allocate();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|