Add v1.0.3.1

This commit is contained in:
2023-09-06 22:00:49 +02:00
commit 3aebbbf8f0
2051 changed files with 757425 additions and 0 deletions

View File

@@ -0,0 +1,709 @@
using System;
using Il2CppInterop.Common.Attributes;
using Il2CppInterop.Runtime;
using Il2CppInterop.Runtime.InteropTypes;
// Token: 0x02000315 RID: 789
public class INobetaAnimationEventReceiver : Il2CppObjectBase
{
// Token: 0x06006A8A RID: 27274 RVA: 0x001AF724 File Offset: 0x001AD924
[CallerCount(0)]
public unsafe virtual void OpenWTrail(float activeTime)
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
checked
{
IntPtr* ptr = stackalloc IntPtr[unchecked((UIntPtr)1) * (UIntPtr)sizeof(IntPtr)];
*ptr = ref activeTime;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), INobetaAnimationEventReceiver.NativeMethodInfoPtr_OpenWTrail_Public_Abstract_Virtual_New_Void_Single_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
}
// Token: 0x06006A8B RID: 27275 RVA: 0x001AF784 File Offset: 0x001AD984
[CallerCount(0)]
public unsafe virtual void OpenAttackCollision(string rangeName)
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
checked
{
IntPtr* ptr = stackalloc IntPtr[unchecked((UIntPtr)1) * (UIntPtr)sizeof(IntPtr)];
*ptr = IL2CPP.ManagedStringToIl2Cpp(rangeName);
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), INobetaAnimationEventReceiver.NativeMethodInfoPtr_OpenAttackCollision_Public_Abstract_Virtual_New_Void_String_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
}
// Token: 0x06006A8C RID: 27276 RVA: 0x001AF7E8 File Offset: 0x001AD9E8
[CallerCount(0)]
public unsafe virtual void OpenAttackCollision_SpecialSound(string rangeName)
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
checked
{
IntPtr* ptr = stackalloc IntPtr[unchecked((UIntPtr)1) * (UIntPtr)sizeof(IntPtr)];
*ptr = IL2CPP.ManagedStringToIl2Cpp(rangeName);
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), INobetaAnimationEventReceiver.NativeMethodInfoPtr_OpenAttackCollision_SpecialSound_Public_Abstract_Virtual_New_Void_String_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
}
// Token: 0x06006A8D RID: 27277 RVA: 0x001AF84C File Offset: 0x001ADA4C
[CallerCount(0)]
public unsafe virtual void Fly(float flyValue)
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
checked
{
IntPtr* ptr = stackalloc IntPtr[unchecked((UIntPtr)1) * (UIntPtr)sizeof(IntPtr)];
*ptr = ref flyValue;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), INobetaAnimationEventReceiver.NativeMethodInfoPtr_Fly_Public_Abstract_Virtual_New_Void_Single_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
}
// Token: 0x06006A8E RID: 27278 RVA: 0x001AF8AC File Offset: 0x001ADAAC
[CallerCount(0)]
public unsafe virtual void ChargeShot()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), INobetaAnimationEventReceiver.NativeMethodInfoPtr_ChargeShot_Public_Abstract_Virtual_New_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06006A8F RID: 27279 RVA: 0x001AF8FC File Offset: 0x001ADAFC
[CallerCount(0)]
public unsafe virtual void LightningChargeShot()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), INobetaAnimationEventReceiver.NativeMethodInfoPtr_LightningChargeShot_Public_Abstract_Virtual_New_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06006A90 RID: 27280 RVA: 0x001AF94C File Offset: 0x001ADB4C
[CallerCount(0)]
public unsafe virtual void SetDodgeTime()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), INobetaAnimationEventReceiver.NativeMethodInfoPtr_SetDodgeTime_Public_Abstract_Virtual_New_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06006A91 RID: 27281 RVA: 0x001AF99C File Offset: 0x001ADB9C
[CallerCount(0)]
public unsafe virtual void AniOnLight()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), INobetaAnimationEventReceiver.NativeMethodInfoPtr_AniOnLight_Public_Abstract_Virtual_New_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06006A92 RID: 27282 RVA: 0x001AF9EC File Offset: 0x001ADBEC
[CallerCount(0)]
public unsafe virtual void AniLightBall()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), INobetaAnimationEventReceiver.NativeMethodInfoPtr_AniLightBall_Public_Abstract_Virtual_New_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06006A93 RID: 27283 RVA: 0x001AFA3C File Offset: 0x001ADC3C
[CallerCount(0)]
public unsafe virtual void AniPickUp()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), INobetaAnimationEventReceiver.NativeMethodInfoPtr_AniPickUp_Public_Abstract_Virtual_New_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06006A94 RID: 27284 RVA: 0x001AFA8C File Offset: 0x001ADC8C
[CallerCount(0)]
public unsafe virtual void ShowHandItem()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), INobetaAnimationEventReceiver.NativeMethodInfoPtr_ShowHandItem_Public_Abstract_Virtual_New_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06006A95 RID: 27285 RVA: 0x001AFADC File Offset: 0x001ADCDC
[CallerCount(0)]
public unsafe virtual void DiscardItem()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), INobetaAnimationEventReceiver.NativeMethodInfoPtr_DiscardItem_Public_Abstract_Virtual_New_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06006A96 RID: 27286 RVA: 0x001AFB2C File Offset: 0x001ADD2C
[CallerCount(0)]
public unsafe virtual void LDashSmoke()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), INobetaAnimationEventReceiver.NativeMethodInfoPtr_LDashSmoke_Public_Abstract_Virtual_New_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06006A97 RID: 27287 RVA: 0x001AFB7C File Offset: 0x001ADD7C
[CallerCount(0)]
public unsafe virtual void RDashSmoke()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), INobetaAnimationEventReceiver.NativeMethodInfoPtr_RDashSmoke_Public_Abstract_Virtual_New_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06006A98 RID: 27288 RVA: 0x001AFBCC File Offset: 0x001ADDCC
[CallerCount(0)]
public unsafe virtual void SoundFootsteps(float volume = 1f)
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
checked
{
IntPtr* ptr = stackalloc IntPtr[unchecked((UIntPtr)1) * (UIntPtr)sizeof(IntPtr)];
*ptr = ref volume;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), INobetaAnimationEventReceiver.NativeMethodInfoPtr_SoundFootsteps_Public_Abstract_Virtual_New_Void_Single_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
}
// Token: 0x06006A99 RID: 27289 RVA: 0x001AFC2C File Offset: 0x001ADE2C
[CallerCount(0)]
public unsafe virtual void SoundJump()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), INobetaAnimationEventReceiver.NativeMethodInfoPtr_SoundJump_Public_Abstract_Virtual_New_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06006A9A RID: 27290 RVA: 0x001AFC7C File Offset: 0x001ADE7C
[CallerCount(0)]
public unsafe virtual void SoundHitDown()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), INobetaAnimationEventReceiver.NativeMethodInfoPtr_SoundHitDown_Public_Abstract_Virtual_New_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06006A9B RID: 27291 RVA: 0x001AFCCC File Offset: 0x001ADECC
[CallerCount(0)]
public unsafe virtual void BrakeSmoke()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), INobetaAnimationEventReceiver.NativeMethodInfoPtr_BrakeSmoke_Public_Abstract_Virtual_New_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06006A9C RID: 27292 RVA: 0x001AFD1C File Offset: 0x001ADF1C
[CallerCount(0)]
public unsafe virtual void DashAttackSmoke()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), INobetaAnimationEventReceiver.NativeMethodInfoPtr_DashAttackSmoke_Public_Abstract_Virtual_New_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06006A9D RID: 27293 RVA: 0x001AFD6C File Offset: 0x001ADF6C
[CallerCount(0)]
public unsafe virtual void L5Attack03Smoke()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), INobetaAnimationEventReceiver.NativeMethodInfoPtr_L5Attack03Smoke_Public_Abstract_Virtual_New_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06006A9E RID: 27294 RVA: 0x001AFDBC File Offset: 0x001ADFBC
[CallerCount(0)]
public unsafe virtual void Attack01_03Collision()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), INobetaAnimationEventReceiver.NativeMethodInfoPtr_Attack01_03Collision_Public_Abstract_Virtual_New_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06006A9F RID: 27295 RVA: 0x001AFE0C File Offset: 0x001AE00C
[CallerCount(0)]
public unsafe virtual void PlayEffL5Attack03()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), INobetaAnimationEventReceiver.NativeMethodInfoPtr_PlayEffL5Attack03_Public_Abstract_Virtual_New_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06006AA0 RID: 27296 RVA: 0x001AFE5C File Offset: 0x001AE05C
[CallerCount(0)]
public unsafe virtual void PlayEffL5Attack04()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), INobetaAnimationEventReceiver.NativeMethodInfoPtr_PlayEffL5Attack04_Public_Abstract_Virtual_New_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06006AA1 RID: 27297 RVA: 0x001AFEAC File Offset: 0x001AE0AC
[CallerCount(0)]
public unsafe virtual void PlayEffL5DodgeForward()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), INobetaAnimationEventReceiver.NativeMethodInfoPtr_PlayEffL5DodgeForward_Public_Abstract_Virtual_New_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06006AA2 RID: 27298 RVA: 0x001AFEFC File Offset: 0x001AE0FC
[CallerCount(0)]
public unsafe virtual void PlayEffL5DodgeBack()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), INobetaAnimationEventReceiver.NativeMethodInfoPtr_PlayEffL5DodgeBack_Public_Abstract_Virtual_New_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06006AA3 RID: 27299 RVA: 0x001AFF4C File Offset: 0x001AE14C
[CallerCount(0)]
public unsafe virtual void SlipDropItem()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), INobetaAnimationEventReceiver.NativeMethodInfoPtr_SlipDropItem_Public_Abstract_Virtual_New_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06006AA4 RID: 27300 RVA: 0x001AFF9C File Offset: 0x001AE19C
[CallerCount(0)]
public unsafe virtual void SlipSmoke()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), INobetaAnimationEventReceiver.NativeMethodInfoPtr_SlipSmoke_Public_Abstract_Virtual_New_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06006AA5 RID: 27301 RVA: 0x001AFFEC File Offset: 0x001AE1EC
[CallerCount(0)]
public unsafe virtual void AniGamePadVibration(float duration)
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
checked
{
IntPtr* ptr = stackalloc IntPtr[unchecked((UIntPtr)1) * (UIntPtr)sizeof(IntPtr)];
*ptr = ref duration;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), INobetaAnimationEventReceiver.NativeMethodInfoPtr_AniGamePadVibration_Public_Abstract_Virtual_New_Void_Single_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
}
// Token: 0x06006AA6 RID: 27302 RVA: 0x001B004C File Offset: 0x001AE24C
[CallerCount(0)]
public unsafe virtual void PlayVoiceAttack01()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), INobetaAnimationEventReceiver.NativeMethodInfoPtr_PlayVoiceAttack01_Public_Abstract_Virtual_New_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06006AA7 RID: 27303 RVA: 0x001B009C File Offset: 0x001AE29C
[CallerCount(0)]
public unsafe virtual void PlayVoiceAttack02()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), INobetaAnimationEventReceiver.NativeMethodInfoPtr_PlayVoiceAttack02_Public_Abstract_Virtual_New_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06006AA8 RID: 27304 RVA: 0x001B00EC File Offset: 0x001AE2EC
[CallerCount(0)]
public unsafe virtual void PlayVoiceAttack03()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), INobetaAnimationEventReceiver.NativeMethodInfoPtr_PlayVoiceAttack03_Public_Abstract_Virtual_New_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06006AA9 RID: 27305 RVA: 0x001B013C File Offset: 0x001AE33C
[CallerCount(0)]
public unsafe virtual void PlayVoiceAttack04()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), INobetaAnimationEventReceiver.NativeMethodInfoPtr_PlayVoiceAttack04_Public_Abstract_Virtual_New_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06006AAA RID: 27306 RVA: 0x001B018C File Offset: 0x001AE38C
[CallerCount(0)]
public unsafe virtual void PlayVoiceDashAttack01()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), INobetaAnimationEventReceiver.NativeMethodInfoPtr_PlayVoiceDashAttack01_Public_Abstract_Virtual_New_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06006AAB RID: 27307 RVA: 0x001B01DC File Offset: 0x001AE3DC
[CallerCount(0)]
public unsafe virtual void PlayVoiceDashAttack02()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), INobetaAnimationEventReceiver.NativeMethodInfoPtr_PlayVoiceDashAttack02_Public_Abstract_Virtual_New_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06006AAC RID: 27308 RVA: 0x001B022C File Offset: 0x001AE42C
[CallerCount(0)]
public unsafe virtual void PlayVoiceSkyAttack01()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), INobetaAnimationEventReceiver.NativeMethodInfoPtr_PlayVoiceSkyAttack01_Public_Abstract_Virtual_New_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06006AAD RID: 27309 RVA: 0x001B027C File Offset: 0x001AE47C
[CallerCount(0)]
public unsafe virtual void PlayVoiceSkyAttack02()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), INobetaAnimationEventReceiver.NativeMethodInfoPtr_PlayVoiceSkyAttack02_Public_Abstract_Virtual_New_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06006AAE RID: 27310 RVA: 0x001B02CC File Offset: 0x001AE4CC
[CallerCount(0)]
public unsafe virtual void PlayVoiceItemUse()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), INobetaAnimationEventReceiver.NativeMethodInfoPtr_PlayVoiceItemUse_Public_Abstract_Virtual_New_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06006AAF RID: 27311 RVA: 0x001B031C File Offset: 0x001AE51C
[CallerCount(0)]
public unsafe virtual void PlayDead(int index)
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
checked
{
IntPtr* ptr = stackalloc IntPtr[unchecked((UIntPtr)1) * (UIntPtr)sizeof(IntPtr)];
*ptr = ref index;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), INobetaAnimationEventReceiver.NativeMethodInfoPtr_PlayDead_Public_Abstract_Virtual_New_Void_Int32_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
}
// Token: 0x06006AB0 RID: 27312 RVA: 0x001B037C File Offset: 0x001AE57C
[CallerCount(0)]
public unsafe virtual void PlayItemGet()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), INobetaAnimationEventReceiver.NativeMethodInfoPtr_PlayItemGet_Public_Abstract_Virtual_New_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06006AB1 RID: 27313 RVA: 0x001B03CC File Offset: 0x001AE5CC
[CallerCount(0)]
public unsafe virtual void PlayJump()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), INobetaAnimationEventReceiver.NativeMethodInfoPtr_PlayJump_Public_Abstract_Virtual_New_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06006AB2 RID: 27314 RVA: 0x001B041C File Offset: 0x001AE61C
[CallerCount(0)]
public unsafe virtual void PlayItemDiscard()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), INobetaAnimationEventReceiver.NativeMethodInfoPtr_PlayItemDiscard_Public_Abstract_Virtual_New_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06006AB3 RID: 27315 RVA: 0x001B046C File Offset: 0x001AE66C
[CallerCount(0)]
public unsafe virtual void PlayHitDown()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), INobetaAnimationEventReceiver.NativeMethodInfoPtr_PlayHitDown_Public_Abstract_Virtual_New_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06006AB4 RID: 27316 RVA: 0x001B04BC File Offset: 0x001AE6BC
[CallerCount(0)]
public unsafe virtual void PlayVoiceDamaged()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), INobetaAnimationEventReceiver.NativeMethodInfoPtr_PlayVoiceDamaged_Public_Abstract_Virtual_New_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06006AB5 RID: 27317 RVA: 0x001B050C File Offset: 0x001AE70C
[CallerCount(0)]
public unsafe virtual void PlayVoiceDamagedFly()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), INobetaAnimationEventReceiver.NativeMethodInfoPtr_PlayVoiceDamagedFly_Public_Abstract_Virtual_New_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06006AB6 RID: 27318 RVA: 0x001B055C File Offset: 0x001AE75C
// Note: this type is marked as 'beforefieldinit'.
static INobetaAnimationEventReceiver()
{
Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr = IL2CPP.GetIl2CppClass("Assembly-CSharp.dll", "", "INobetaAnimationEventReceiver");
INobetaAnimationEventReceiver.NativeMethodInfoPtr_OpenWTrail_Public_Abstract_Virtual_New_Void_Single_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671080);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_OpenAttackCollision_Public_Abstract_Virtual_New_Void_String_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671081);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_OpenAttackCollision_SpecialSound_Public_Abstract_Virtual_New_Void_String_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671082);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_Fly_Public_Abstract_Virtual_New_Void_Single_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671083);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_ChargeShot_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671084);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_LightningChargeShot_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671085);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_SetDodgeTime_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671086);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_AniOnLight_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671087);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_AniLightBall_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671088);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_AniPickUp_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671089);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_ShowHandItem_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671090);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_DiscardItem_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671091);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_LDashSmoke_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671092);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_RDashSmoke_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671093);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_SoundFootsteps_Public_Abstract_Virtual_New_Void_Single_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671094);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_SoundJump_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671095);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_SoundHitDown_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671096);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_BrakeSmoke_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671097);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_DashAttackSmoke_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671098);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_L5Attack03Smoke_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671099);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_Attack01_03Collision_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671100);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_PlayEffL5Attack03_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671101);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_PlayEffL5Attack04_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671102);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_PlayEffL5DodgeForward_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671103);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_PlayEffL5DodgeBack_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671104);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_SlipDropItem_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671105);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_SlipSmoke_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671106);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_AniGamePadVibration_Public_Abstract_Virtual_New_Void_Single_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671107);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_PlayVoiceAttack01_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671108);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_PlayVoiceAttack02_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671109);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_PlayVoiceAttack03_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671110);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_PlayVoiceAttack04_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671111);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_PlayVoiceDashAttack01_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671112);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_PlayVoiceDashAttack02_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671113);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_PlayVoiceSkyAttack01_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671114);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_PlayVoiceSkyAttack02_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671115);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_PlayVoiceItemUse_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671116);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_PlayDead_Public_Abstract_Virtual_New_Void_Int32_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671117);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_PlayItemGet_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671118);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_PlayJump_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671119);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_PlayItemDiscard_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671120);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_PlayHitDown_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671121);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_PlayVoiceDamaged_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671122);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_PlayVoiceDamagedFly_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671123);
}
// Token: 0x06006AB7 RID: 27319 RVA: 0x000ED5BE File Offset: 0x000EB7BE
public INobetaAnimationEventReceiver(IntPtr pointer)
: base(pointer)
{
}
// Token: 0x040046C1 RID: 18113
private static readonly IntPtr NativeMethodInfoPtr_OpenWTrail_Public_Abstract_Virtual_New_Void_Single_0;
// Token: 0x040046C2 RID: 18114
private static readonly IntPtr NativeMethodInfoPtr_OpenAttackCollision_Public_Abstract_Virtual_New_Void_String_0;
// Token: 0x040046C3 RID: 18115
private static readonly IntPtr NativeMethodInfoPtr_OpenAttackCollision_SpecialSound_Public_Abstract_Virtual_New_Void_String_0;
// Token: 0x040046C4 RID: 18116
private static readonly IntPtr NativeMethodInfoPtr_Fly_Public_Abstract_Virtual_New_Void_Single_0;
// Token: 0x040046C5 RID: 18117
private static readonly IntPtr NativeMethodInfoPtr_ChargeShot_Public_Abstract_Virtual_New_Void_0;
// Token: 0x040046C6 RID: 18118
private static readonly IntPtr NativeMethodInfoPtr_LightningChargeShot_Public_Abstract_Virtual_New_Void_0;
// Token: 0x040046C7 RID: 18119
private static readonly IntPtr NativeMethodInfoPtr_SetDodgeTime_Public_Abstract_Virtual_New_Void_0;
// Token: 0x040046C8 RID: 18120
private static readonly IntPtr NativeMethodInfoPtr_AniOnLight_Public_Abstract_Virtual_New_Void_0;
// Token: 0x040046C9 RID: 18121
private static readonly IntPtr NativeMethodInfoPtr_AniLightBall_Public_Abstract_Virtual_New_Void_0;
// Token: 0x040046CA RID: 18122
private static readonly IntPtr NativeMethodInfoPtr_AniPickUp_Public_Abstract_Virtual_New_Void_0;
// Token: 0x040046CB RID: 18123
private static readonly IntPtr NativeMethodInfoPtr_ShowHandItem_Public_Abstract_Virtual_New_Void_0;
// Token: 0x040046CC RID: 18124
private static readonly IntPtr NativeMethodInfoPtr_DiscardItem_Public_Abstract_Virtual_New_Void_0;
// Token: 0x040046CD RID: 18125
private static readonly IntPtr NativeMethodInfoPtr_LDashSmoke_Public_Abstract_Virtual_New_Void_0;
// Token: 0x040046CE RID: 18126
private static readonly IntPtr NativeMethodInfoPtr_RDashSmoke_Public_Abstract_Virtual_New_Void_0;
// Token: 0x040046CF RID: 18127
private static readonly IntPtr NativeMethodInfoPtr_SoundFootsteps_Public_Abstract_Virtual_New_Void_Single_0;
// Token: 0x040046D0 RID: 18128
private static readonly IntPtr NativeMethodInfoPtr_SoundJump_Public_Abstract_Virtual_New_Void_0;
// Token: 0x040046D1 RID: 18129
private static readonly IntPtr NativeMethodInfoPtr_SoundHitDown_Public_Abstract_Virtual_New_Void_0;
// Token: 0x040046D2 RID: 18130
private static readonly IntPtr NativeMethodInfoPtr_BrakeSmoke_Public_Abstract_Virtual_New_Void_0;
// Token: 0x040046D3 RID: 18131
private static readonly IntPtr NativeMethodInfoPtr_DashAttackSmoke_Public_Abstract_Virtual_New_Void_0;
// Token: 0x040046D4 RID: 18132
private static readonly IntPtr NativeMethodInfoPtr_L5Attack03Smoke_Public_Abstract_Virtual_New_Void_0;
// Token: 0x040046D5 RID: 18133
private static readonly IntPtr NativeMethodInfoPtr_Attack01_03Collision_Public_Abstract_Virtual_New_Void_0;
// Token: 0x040046D6 RID: 18134
private static readonly IntPtr NativeMethodInfoPtr_PlayEffL5Attack03_Public_Abstract_Virtual_New_Void_0;
// Token: 0x040046D7 RID: 18135
private static readonly IntPtr NativeMethodInfoPtr_PlayEffL5Attack04_Public_Abstract_Virtual_New_Void_0;
// Token: 0x040046D8 RID: 18136
private static readonly IntPtr NativeMethodInfoPtr_PlayEffL5DodgeForward_Public_Abstract_Virtual_New_Void_0;
// Token: 0x040046D9 RID: 18137
private static readonly IntPtr NativeMethodInfoPtr_PlayEffL5DodgeBack_Public_Abstract_Virtual_New_Void_0;
// Token: 0x040046DA RID: 18138
private static readonly IntPtr NativeMethodInfoPtr_SlipDropItem_Public_Abstract_Virtual_New_Void_0;
// Token: 0x040046DB RID: 18139
private static readonly IntPtr NativeMethodInfoPtr_SlipSmoke_Public_Abstract_Virtual_New_Void_0;
// Token: 0x040046DC RID: 18140
private static readonly IntPtr NativeMethodInfoPtr_AniGamePadVibration_Public_Abstract_Virtual_New_Void_Single_0;
// Token: 0x040046DD RID: 18141
private static readonly IntPtr NativeMethodInfoPtr_PlayVoiceAttack01_Public_Abstract_Virtual_New_Void_0;
// Token: 0x040046DE RID: 18142
private static readonly IntPtr NativeMethodInfoPtr_PlayVoiceAttack02_Public_Abstract_Virtual_New_Void_0;
// Token: 0x040046DF RID: 18143
private static readonly IntPtr NativeMethodInfoPtr_PlayVoiceAttack03_Public_Abstract_Virtual_New_Void_0;
// Token: 0x040046E0 RID: 18144
private static readonly IntPtr NativeMethodInfoPtr_PlayVoiceAttack04_Public_Abstract_Virtual_New_Void_0;
// Token: 0x040046E1 RID: 18145
private static readonly IntPtr NativeMethodInfoPtr_PlayVoiceDashAttack01_Public_Abstract_Virtual_New_Void_0;
// Token: 0x040046E2 RID: 18146
private static readonly IntPtr NativeMethodInfoPtr_PlayVoiceDashAttack02_Public_Abstract_Virtual_New_Void_0;
// Token: 0x040046E3 RID: 18147
private static readonly IntPtr NativeMethodInfoPtr_PlayVoiceSkyAttack01_Public_Abstract_Virtual_New_Void_0;
// Token: 0x040046E4 RID: 18148
private static readonly IntPtr NativeMethodInfoPtr_PlayVoiceSkyAttack02_Public_Abstract_Virtual_New_Void_0;
// Token: 0x040046E5 RID: 18149
private static readonly IntPtr NativeMethodInfoPtr_PlayVoiceItemUse_Public_Abstract_Virtual_New_Void_0;
// Token: 0x040046E6 RID: 18150
private static readonly IntPtr NativeMethodInfoPtr_PlayDead_Public_Abstract_Virtual_New_Void_Int32_0;
// Token: 0x040046E7 RID: 18151
private static readonly IntPtr NativeMethodInfoPtr_PlayItemGet_Public_Abstract_Virtual_New_Void_0;
// Token: 0x040046E8 RID: 18152
private static readonly IntPtr NativeMethodInfoPtr_PlayJump_Public_Abstract_Virtual_New_Void_0;
// Token: 0x040046E9 RID: 18153
private static readonly IntPtr NativeMethodInfoPtr_PlayItemDiscard_Public_Abstract_Virtual_New_Void_0;
// Token: 0x040046EA RID: 18154
private static readonly IntPtr NativeMethodInfoPtr_PlayHitDown_Public_Abstract_Virtual_New_Void_0;
// Token: 0x040046EB RID: 18155
private static readonly IntPtr NativeMethodInfoPtr_PlayVoiceDamaged_Public_Abstract_Virtual_New_Void_0;
// Token: 0x040046EC RID: 18156
private static readonly IntPtr NativeMethodInfoPtr_PlayVoiceDamagedFly_Public_Abstract_Virtual_New_Void_0;
}