yyl
2026-04-28 ad3ac1661daaf4b445914f87009d3d88c990f040
Main/System/Guild/GuildHawkerWin.cs
@@ -1,4 +1,5 @@
using System.Collections.Generic;
using System;
using System.Collections.Generic;
using System.Linq;
using UnityEngine;
using UnityEngine.UI;
@@ -40,8 +41,15 @@
        GuildManager.Instance.UpdateZhenbaogeEvent += OnPlayerZBGEvent;
        GlobalTimeEvent.Instance.secondEvent += OnSecondEvent;
        GlobalTimeEvent.Instance.fiveSecondEvent += OnFiveSecondEvent;
        Display();
        try
        {
            Display();
        }
        catch (Exception e)
        {
            Debug.LogError(e);
        }
        CreateScroller();
    }