| | |
| | | var config = Config.Instance.Get<DogzDungeonConfig>(bossId); |
| | | var npcConfig = Config.Instance.Get<NPCConfig>(bossId); |
| | | |
| | | DrawBossBaseInfo(config.PortraitID, npcConfig.charName, npcConfig.NPCLV, npcConfig.Realm); |
| | | DrawBossBaseInfo(config.PortraitID, npcConfig.charName, npcConfig.NPCLV, npcConfig.ClientRealm); |
| | | UpdateBossRebornCoolDown(isUnLocked); |
| | | UpdateBossPortrait(interactorableState); |
| | | OnSelected(bossId); |
| | |
| | | public void UpdateBoxRefreshTime(int _seconds) |
| | | { |
| | | refreshTime = DateTime.Now + new TimeSpan(_seconds * TimeSpan.TicksPerSecond); |
| | | DebugEx.Log("宝箱刷新时间:" + refreshTime); |
| | | if (refreshTimeEvent != null) |
| | | { |
| | | refreshTimeEvent(); |
| | |
| | | { |
| | | refreshTimeEvent(); |
| | | } |
| | | DebugEx.Log("精英刷新时间:" + refreshTime); |
| | | } |
| | | |
| | | public int GetAliveElite() |