NBC修改

This commit is contained in:
bob
2025-07-03 14:16:18 +08:00
parent 4febfadd56
commit 800e96aac7
2083 changed files with 60081 additions and 2942 deletions

View File

@@ -6,8 +6,8 @@ namespace NBF
{
public static void InputInit()
{
UI.Inst.On(UIEvents.UIShow, UIShow, null, 1);
UI.Inst.On(UIEvents.UIHide, UIHide, null, 1);
// UI.Inst.On(UIEvents.UIShow, UIShow, null, 1);
// UI.Inst.On(UIEvents.UIHide, UIHide, null, 1);
}
public static void Dispose()
@@ -27,7 +27,7 @@ namespace NBF
private static void CheckUICursor()
{
var uis = UI.Inst.GetAllUI();
var uis = App.UI.GetAllUI();
bool showCursor = false;
foreach (var ui in uis)
{