Files
MuHua-Core/Assets/ModuleCore/ModuleUIPage/UIPageGlobal.cs
T
MuHua-123 84243e75a8 s
2024-11-25 18:32:05 +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;
}