Files
MuHua-UIElements/Assets/ModuleCore/ModuleSingle/AssetsManager.cs
T
MuHua-123 a18bea561a 1
2025-09-29 17:58:53 +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<InventoryItemConst> items;
protected override void Awake() => NoReplace(false);
}