using System; using Cpp2IlInjected; // Token: 0x02000099 RID: 153 [Token(Token = "0x2000099")] public class AI_BossRush_Boss01 : AI_BossLevel01_Plus { // Token: 0x0600069E RID: 1694 RVA: 0x0000F6C0 File Offset: 0x0000D8C0 [Token(Token = "0x600069E")] [Address(RVA = "0x15AC540", Offset = "0x15AB540", VA = "0x1815AC540", Slot = "5")] public override void Update(float fDeltaTime) { if (this.g_bTimer) { if (Game.GetPlayerManager().GetIsDead()) { this.g_bTimer = false; Game.GameSave.bossRush.IncreaseBossRushBoss01DeadCount(); Game.AppearBossRushUI(); throw new NullReferenceException(); } float systemDeltaTime = Game.GetSystemDeltaTime(); int num = 0; if (systemDeltaTime > (float)num) { BossRushData bossRush = Game.GameSave.bossRush; float gameDeltaTime = Game.GetGameDeltaTime(); bossRush.IncreaseBossRushBoss01Time(gameDeltaTime); } } base.Update(fDeltaTime); } // Token: 0x0600069F RID: 1695 RVA: 0x000020D3 File Offset: 0x000002D3 [Token(Token = "0x600069F")] [Address(RVA = "0x15A9D50", Offset = "0x15A8D50", VA = "0x1815A9D50", Slot = "31")] public override void Create() { throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method."); } // Token: 0x060006A0 RID: 1696 RVA: 0x000020D3 File Offset: 0x000002D3 [Token(Token = "0x60006A0")] [Address(RVA = "0x15AC290", Offset = "0x15AB290", VA = "0x1815AC290", Slot = "36")] public override void SetAiStatus(AI_NPC.AIStatus Status) { throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method."); } // Token: 0x060006A1 RID: 1697 RVA: 0x000020D3 File Offset: 0x000002D3 [Token(Token = "0x60006A1")] [Address(RVA = "0x15AABA0", Offset = "0x15A9BA0", VA = "0x1815AABA0", Slot = "38")] protected override void InitFightStatus(AI_Boss_Act01.AIFighting Status) { throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method."); } // Token: 0x060006A2 RID: 1698 RVA: 0x000020D3 File Offset: 0x000002D3 [Token(Token = "0x60006A2")] [Address(RVA = "0x15A99F0", Offset = "0x15A89F0", VA = "0x1815A99F0", Slot = "41")] protected override void AWatch() { throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method."); } // Token: 0x060006A3 RID: 1699 RVA: 0x000020D3 File Offset: 0x000002D3 [Token(Token = "0x60006A3")] [Address(RVA = "0x15A9AF0", Offset = "0x15A8AF0", VA = "0x1815A9AF0", Slot = "44")] protected override void AttackAssault() { throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method."); } // Token: 0x060006A4 RID: 1700 RVA: 0x000020D3 File Offset: 0x000002D3 [Token(Token = "0x60006A4")] [Address(RVA = "0x15AA0F0", Offset = "0x15A90F0", VA = "0x1815AA0F0", Slot = "33")] public override void Hit(AttackData Data) { throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method."); } // Token: 0x060006A5 RID: 1701 RVA: 0x0000F744 File Offset: 0x0000D944 [Token(Token = "0x60006A5")] [Address(RVA = "0x15AC6B0", Offset = "0x15AB6B0", VA = "0x1815AC6B0")] public AI_BossRush_Boss01() { } // Token: 0x040007FB RID: 2043 [FieldOffset(Offset = "0x218")] [Token(Token = "0x40007FB")] private bool g_bTimer; }