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

26 lines
777 B
C#

using System;
using Cpp2IlInjected;
// Token: 0x02000056 RID: 86
[Token(Token = "0x2000056")]
public class AI_Doll01_Red : AI_Doll01
{
// Token: 0x06000306 RID: 774 RVA: 0x000020D3 File Offset: 0x000002D3
[Token(Token = "0x6000306")]
[Address(RVA = "0x16EFAC0", Offset = "0x16EE8C0", VA = "0x1816EFAC0", Slot = "33")]
public override void Hit(AttackData Data)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x06000307 RID: 775 RVA: 0x00009B34 File Offset: 0x00007D34
[Token(Token = "0x6000307")]
[Address(RVA = "0x16F0A40", Offset = "0x16EF840", VA = "0x1816F0A40")]
public AI_Doll01_Red()
{
this.g_fAttackRadius = 2f;
this.g_Fightting = (AI_Doll01.AIFighting)((ulong)1L);
base..ctor();
}
}