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