yyl
2026-03-04 bc1cb6da854cb2e9144f10ed55330a537ecdca16
Main/System/BattlePass/BattlePassBaseCell.cs
@@ -20,7 +20,7 @@
        redPoint.redpointId = MainRedDot.RedPoint_FundKey * 100 + type;
        btn.AddListener(() =>
        {
            UIManager.Instance.OpenWindow<BattlePassCommonWin>(type);
            UIManager.Instance.OpenWindowAsync<BattlePassCommonWin>(type).Forget();
        });
    }