From 0fa617a09eedf6bdb25eda55fac1d3344859fd93 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期二, 31 三月 2026 19:46:31 +0800
Subject: [PATCH] webgl
---
Main/System/ViewNPC/ViewBuffManager.cs | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/Main/System/ViewNPC/ViewBuffManager.cs b/Main/System/ViewNPC/ViewBuffManager.cs
index ebda488..68a375c 100644
--- a/Main/System/ViewNPC/ViewBuffManager.cs
+++ b/Main/System/ViewNPC/ViewBuffManager.cs
@@ -1,5 +1,6 @@
using System;
using System.Collections.Generic;
+using Cysharp.Threading.Tasks;
using UnityEngine;
using LitJson;
@@ -21,7 +22,7 @@
currentBuffData = data;
if (!UIManager.Instance.IsOpened<BuffInfoWin>())
{
- UIManager.Instance.OpenWindow<BuffInfoWin>();
+ UIManager.Instance.OpenWindowAsync<BuffInfoWin>().Forget();
}
}
}
--
Gitblit v1.8.0