Files
MuHua-UIElements/Assets/ModuleCore/ModuleSingle/AssetsManager.cs
T
2025-09-25 17:50:28 +08:00

16 lines
300 B
C#

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