using System.Collections; using System.Collections.Generic; using UnityEngine; using MuHua; /// /// 资源管理器 /// public class AssetsManager : ModuleSingle { public List items; protected override void Awake() => NoReplace(false); }