Update BattleMainUI.cs

This commit is contained in:
Alex-Rachel
2025-07-30 23:09:13 +08:00
parent be12d1024a
commit 3b68cb1519

View File

@@ -1,9 +1,10 @@
using UnityEngine;
using UnityEngine.UI;
using TEngine;
namespace GameLogic
{
[Obfuz.ObfuzIgnore(Obfuz.ObfuzScope.TypeName)]
[Window(UILayer.UI)]
[Window(UILayer.UI,location:"BattleMainUI")]
class BattleMainUI : UIWindow
{
#region