Files
MuHua-Core/Assets/ModuleFunction/ModuleUI/UIPageGlobal/UIPageGlobal.cs
T
2024-11-15 18:28:21 +08:00

8 lines
194 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class UIPageGlobal : ModuleUIPage {
protected override void Awake() => ModuleCore.GlobalPage = this;
}