Files
NobetaSource/Cpp2IL/Assembly-CSharp/AI_GhostA_Red.cs
2023-09-06 22:00:49 +02:00

90 lines
2.9 KiB
C#

using System;
using Cpp2IlInjected;
using UnityEngine;
// Token: 0x02000068 RID: 104
[Token(Token = "0x2000068")]
public class AI_GhostA_Red : AI_GhostA
{
// Token: 0x06000438 RID: 1080 RVA: 0x0000B6B4 File Offset: 0x000098B4
[Token(Token = "0x6000438")]
[Address(RVA = "0x177BB50", Offset = "0x177A950", VA = "0x18177BB50", Slot = "4")]
public override void Start(GameObject This, NPCManage NPCM)
{
base.Start(This, NPCM);
this.g_fWalkSpeed = 3f;
this.g_fRunSpeed = 8f;
}
// Token: 0x06000439 RID: 1081 RVA: 0x000020D3 File Offset: 0x000002D3
[Token(Token = "0x6000439")]
[Address(RVA = "0x177A890", Offset = "0x1779690", VA = "0x18177A890", Slot = "38")]
protected override void DamagedDownStart()
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x0600043A RID: 1082 RVA: 0x0000B6E0 File Offset: 0x000098E0
[Token(Token = "0x600043A")]
[Address(RVA = "0x177B410", Offset = "0x177A210", VA = "0x18177B410", Slot = "39")]
protected override void FightingStart(AI_GhostA.AIFighting att = AI_GhostA.AIFighting.Watch)
{
this.g_bNavigation = false;
this.g_bFeelPlayer = true;
this.g_Status = (AI_NPC.AIStatus)((ulong)17L);
if (att != AI_GhostA.AIFighting.Watch)
{
if (att == AI_GhostA.AIFighting.AttackSplash)
{
base.StartElementContent();
return;
}
}
else
{
base.FWatchStart();
}
}
// Token: 0x0600043B RID: 1083 RVA: 0x000020D3 File Offset: 0x000002D3
[Token(Token = "0x600043B")]
[Address(RVA = "0x177AC60", Offset = "0x1779A60", VA = "0x18177AC60", Slot = "41")]
protected override void FAttackStart(string sAttackName)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x0600043C RID: 1084 RVA: 0x000020D3 File Offset: 0x000002D3
[Token(Token = "0x600043C")]
[Address(RVA = "0x177A920", Offset = "0x1779720", VA = "0x18177A920", Slot = "42")]
protected override void FAttackComboA02()
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x0600043D RID: 1085 RVA: 0x000020D3 File Offset: 0x000002D3
[Token(Token = "0x600043D")]
[Address(RVA = "0x177AB60", Offset = "0x1779960", VA = "0x18177AB60", Slot = "43")]
protected override void FAttackRotate()
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x0600043E RID: 1086 RVA: 0x000020D3 File Offset: 0x000002D3
[Token(Token = "0x600043E")]
[Address(RVA = "0x177B4A0", Offset = "0x177A2A0", VA = "0x18177B4A0", Slot = "33")]
public override void Hit(AttackData Data)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x0600043F RID: 1087 RVA: 0x0000B71C File Offset: 0x0000991C
[Token(Token = "0x600043F")]
[Address(RVA = "0x177BB80", Offset = "0x177A980", VA = "0x18177BB80")]
public AI_GhostA_Red()
{
this.g_fAttackRadius = 3f;
base..ctor();
}
}