2025-09-02 16:30:55 +08:00
|
|
|
|
2025-03-04 18:40:14 +08:00
|
|
|
using AlicizaX.UI.Runtime;
|
2025-04-28 19:45:45 +08:00
|
|
|
using GameLogic.UI;
|
2025-03-04 18:40:14 +08:00
|
|
|
using UnityEngine;
|
|
|
|
|
|
2025-09-02 16:30:55 +08:00
|
|
|
|
|
|
|
|
[Window(UILayer.UI,false,160)]
|
2025-04-28 19:45:45 +08:00
|
|
|
public class UILoadUpdate : UITabWindow<ui_UILoadUpdateWindow>
|
2025-03-04 18:40:14 +08:00
|
|
|
{
|
|
|
|
|
|
2025-07-11 21:00:00 +08:00
|
|
|
|
2025-03-04 18:40:14 +08:00
|
|
|
}
|