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(); }