// Token: 0x06014742 RID: 83778 RVA: 0x00532638 File Offset: 0x00530838
        private void UnchartedUIController_OnShowUncharted(BattleType battleType, int chapterId)
        {
            if (!BJLuaObjHelper.IsSkipLuaHotfix && this.TryInitHotFix("") && this.m_UnchartedUIController_OnShowUnchartedBattleTypeInt32_hotfix != null)
            {
                this.m_UnchartedUIController_OnShowUnchartedBattleTypeInt32_hotfix.call(new object[]
                {
                    this,
                    battleType2,
                    chapterId2
                });
                return;
            }
            BJLuaObjHelper.IsSkipLuaHotfix = false;
            BattleType      battleType = battleType2;
            int             chapterId  = chapterId2;
            UnchartedUITask $this      = this;

            CommonUIController.Instance.StartShowFadeOutLoadingFadeIn(delegate
            {
                CommonUIController.Instance.HideFadeOutLoadingFadeIn();
                $this.Pause();
                WorldUITask.StartUnchartedSubUITask(battleType, chapterId, $this.m_currIntent);
            }, FadeStyle.Black, -1f, -1f);
        }
 // Token: 0x06014766 RID: 83814 RVA: 0x00532DF0 File Offset: 0x00530FF0
 public LuaExportHelper(UnchartedUITask owner)
 {
     this.m_owner = owner;
 }