Files
MuHua-Core/Assets/ModuleCore/ModuleUI/ModuleUI.cs
T
2025-04-22 15:45:57 +08:00

15 lines
238 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using MuHua;
/// <summary>
/// UI模块
/// </summary>
public class ModuleUI : ModuleSingle<ModuleUI> {
protected override void Awake() => NoReplace();
}