Files
NobetaSource/Cpp2IL/Assembly-CSharp/Doll02BigEffectPlay.cs
2023-09-06 22:19:13 +02:00

48 lines
1.8 KiB
C#

using System;
using Cpp2IlInjected;
// Token: 0x020000EE RID: 238
[Token(Token = "0x20000EE")]
public class Doll02BigEffectPlay : Doll02EffectPlay
{
// Token: 0x06000BB5 RID: 2997 RVA: 0x000020D3 File Offset: 0x000002D3
[Token(Token = "0x6000BB5")]
[Address(RVA = "0x17E4070", Offset = "0x17E3070", VA = "0x1817E4070", Slot = "8")]
public override void AnimPlayEffAttackJump01()
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x06000BB6 RID: 2998 RVA: 0x000020D3 File Offset: 0x000002D3
[Token(Token = "0x6000BB6")]
[Address(RVA = "0x17E41D0", Offset = "0x17E31D0", VA = "0x1817E41D0", Slot = "9")]
public override void AnimPlayEffThrowDown()
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x06000BB7 RID: 2999 RVA: 0x000020D3 File Offset: 0x000002D3
[Token(Token = "0x6000BB7")]
[Address(RVA = "0x17E4330", Offset = "0x17E3330", VA = "0x1817E4330", Slot = "10")]
public override void PlaySEFootstepL()
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x06000BB8 RID: 3000 RVA: 0x000020D3 File Offset: 0x000002D3
[Token(Token = "0x6000BB8")]
[Address(RVA = "0x17E4530", Offset = "0x17E3530", VA = "0x1817E4530", Slot = "11")]
public override void PlaySEFootstepR()
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x06000BB9 RID: 3001 RVA: 0x000020D3 File Offset: 0x000002D3
[Token(Token = "0x6000BB9")]
[Address(RVA = "0x17E4730", Offset = "0x17E3730", VA = "0x1817E4730")]
public Doll02BigEffectPlay()
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
}