using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UIElements; using MuHua; /// /// 加载进度 /// public class UIProgres : ModuleUIPanel { public UISliderH progress; public VisualElement Progress => element.Q("Progress"); public Label Title => Progress.Q