コード例 #1
0
 // Token: 0x0600F7C0 RID: 63424 RVA: 0x00416D7C File Offset: 0x00414F7C
 protected override void UpdateView()
 {
     if (!BJLuaObjHelper.IsSkipLuaHotfix && this.TryInitHotFix("") && this.m_UpdateView_hotfix != null)
     {
         this.m_UpdateView_hotfix.call(new object[]
         {
             this
         });
         return;
     }
     BJLuaObjHelper.IsSkipLuaHotfix = false;
     if (base.IsOpeningUI())
     {
         this.m_guildMassiveCombatUIController.Open();
         ProjectLPlayerContext projectLPlayerContext    = GameManager.Instance.PlayerContext as ProjectLPlayerContext;
         RewardPlayerStatus    beforeRewardPlayerStatus = projectLPlayerContext.GetBeforeRewardPlayerStatus();
         if (beforeRewardPlayerStatus.GuildMassiveCombatEliminateRate != 0)
         {
             int guildMassiveCombatEliminateRate = projectLPlayerContext.GetGuildMassiveCombatEliminateRate();
             if (guildMassiveCombatEliminateRate >= 100)
             {
                 this.m_guildMassiveCombatUIController.ShowCombatResultEffect(true, null);
                 beforeRewardPlayerStatus.GuildMassiveCombatEliminateRate = 0;
             }
         }
     }
     this.m_guildMassiveCombatUIController.GuildMassiveCombatUpdateView();
 }