Main/System/InternalAffairs/AffairBaseWin.cs
@@ -1,4 +1,4 @@ using System.Collections; using System.Collections; using System.Collections.Generic; using Cysharp.Threading.Tasks; using UnityEngine; @@ -32,7 +32,7 @@ { bagBtn.AddListener(() => { UIManager.Instance.OpenWindow<RolePackWin>(); UIManager.Instance.OpenWindowAsync<RolePackWin>().Forget(); } ); @@ -46,7 +46,7 @@ { if (FuncOpen.Instance.IsFuncOpen((int)FuncOpenEnum.GoldRush, true)) { UIManager.Instance.OpenWindow<GoldRushAutoWin>(); UIManager.Instance.OpenWindowAsync<GoldRushAutoWin>().Forget(); } } );