// Token: 0x0600975C RID: 38748 RVA: 0x002B3F90 File Offset: 0x002B2190 public void Initialize(ArenaDefendBattle battle) { if (!BJLuaObjHelper.IsSkipLuaHotfix && this.TryInitHotFix("") && this.m_InitializeArenaDefendBattle_hotfix != null) { this.m_InitializeArenaDefendBattle_hotfix.call(new object[] { this, battle }); return; } BJLuaObjHelper.IsSkipLuaHotfix = false; this.m_arenaDefendBattle = battle; }
// Token: 0x060097EB RID: 38891 RVA: 0x002B5B50 File Offset: 0x002B3D50 public ArenaDefendActor(ArenaDefendBattle uiTask) { this.m_battle = uiTask; this.m_tweenFromColor = (this.m_tweenToColor = new Colori(byte.MaxValue, byte.MaxValue, byte.MaxValue, byte.MaxValue)); if (!BJLuaObjHelper.IsSkipLuaHotfix && this.TryInitHotFix("") && this.m_ctorArenaDefendBattle_hotfix != null) { this.m_ctorArenaDefendBattle_hotfix.call(new object[] { this, uiTask }); return; } BJLuaObjHelper.IsSkipLuaHotfix = false; }
// Token: 0x06009740 RID: 38720 RVA: 0x002B3CB4 File Offset: 0x002B1EB4 public LuaExportHelper(ArenaDefendBattle owner) { this.m_owner = owner; }