Files
NobetaSource/Interop/Assembly-CSharp/INobetaAnimationEventReceiver.cs
2023-09-06 22:09:22 +02:00

710 lines
42 KiB
C#

using System;
using Il2CppInterop.Common.Attributes;
using Il2CppInterop.Runtime;
using Il2CppInterop.Runtime.InteropTypes;
// Token: 0x0200031D RID: 797
public class INobetaAnimationEventReceiver : Il2CppObjectBase
{
// Token: 0x06006B1B RID: 27419 RVA: 0x001B1A48 File Offset: 0x001AFC48
[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: 0x06006B1C RID: 27420 RVA: 0x001B1AA8 File Offset: 0x001AFCA8
[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: 0x06006B1D RID: 27421 RVA: 0x001B1B0C File Offset: 0x001AFD0C
[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: 0x06006B1E RID: 27422 RVA: 0x001B1B70 File Offset: 0x001AFD70
[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: 0x06006B1F RID: 27423 RVA: 0x001B1BD0 File Offset: 0x001AFDD0
[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: 0x06006B20 RID: 27424 RVA: 0x001B1C20 File Offset: 0x001AFE20
[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: 0x06006B21 RID: 27425 RVA: 0x001B1C70 File Offset: 0x001AFE70
[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: 0x06006B22 RID: 27426 RVA: 0x001B1CC0 File Offset: 0x001AFEC0
[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: 0x06006B23 RID: 27427 RVA: 0x001B1D10 File Offset: 0x001AFF10
[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: 0x06006B24 RID: 27428 RVA: 0x001B1D60 File Offset: 0x001AFF60
[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: 0x06006B25 RID: 27429 RVA: 0x001B1DB0 File Offset: 0x001AFFB0
[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: 0x06006B26 RID: 27430 RVA: 0x001B1E00 File Offset: 0x001B0000
[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: 0x06006B27 RID: 27431 RVA: 0x001B1E50 File Offset: 0x001B0050
[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: 0x06006B28 RID: 27432 RVA: 0x001B1EA0 File Offset: 0x001B00A0
[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: 0x06006B29 RID: 27433 RVA: 0x001B1EF0 File Offset: 0x001B00F0
[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: 0x06006B2A RID: 27434 RVA: 0x001B1F50 File Offset: 0x001B0150
[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: 0x06006B2B RID: 27435 RVA: 0x001B1FA0 File Offset: 0x001B01A0
[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: 0x06006B2C RID: 27436 RVA: 0x001B1FF0 File Offset: 0x001B01F0
[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: 0x06006B2D RID: 27437 RVA: 0x001B2040 File Offset: 0x001B0240
[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: 0x06006B2E RID: 27438 RVA: 0x001B2090 File Offset: 0x001B0290
[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: 0x06006B2F RID: 27439 RVA: 0x001B20E0 File Offset: 0x001B02E0
[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: 0x06006B30 RID: 27440 RVA: 0x001B2130 File Offset: 0x001B0330
[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: 0x06006B31 RID: 27441 RVA: 0x001B2180 File Offset: 0x001B0380
[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: 0x06006B32 RID: 27442 RVA: 0x001B21D0 File Offset: 0x001B03D0
[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: 0x06006B33 RID: 27443 RVA: 0x001B2220 File Offset: 0x001B0420
[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: 0x06006B34 RID: 27444 RVA: 0x001B2270 File Offset: 0x001B0470
[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: 0x06006B35 RID: 27445 RVA: 0x001B22C0 File Offset: 0x001B04C0
[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: 0x06006B36 RID: 27446 RVA: 0x001B2310 File Offset: 0x001B0510
[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: 0x06006B37 RID: 27447 RVA: 0x001B2370 File Offset: 0x001B0570
[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: 0x06006B38 RID: 27448 RVA: 0x001B23C0 File Offset: 0x001B05C0
[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: 0x06006B39 RID: 27449 RVA: 0x001B2410 File Offset: 0x001B0610
[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: 0x06006B3A RID: 27450 RVA: 0x001B2460 File Offset: 0x001B0660
[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: 0x06006B3B RID: 27451 RVA: 0x001B24B0 File Offset: 0x001B06B0
[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: 0x06006B3C RID: 27452 RVA: 0x001B2500 File Offset: 0x001B0700
[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: 0x06006B3D RID: 27453 RVA: 0x001B2550 File Offset: 0x001B0750
[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: 0x06006B3E RID: 27454 RVA: 0x001B25A0 File Offset: 0x001B07A0
[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: 0x06006B3F RID: 27455 RVA: 0x001B25F0 File Offset: 0x001B07F0
[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: 0x06006B40 RID: 27456 RVA: 0x001B2640 File Offset: 0x001B0840
[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: 0x06006B41 RID: 27457 RVA: 0x001B26A0 File Offset: 0x001B08A0
[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: 0x06006B42 RID: 27458 RVA: 0x001B26F0 File Offset: 0x001B08F0
[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: 0x06006B43 RID: 27459 RVA: 0x001B2740 File Offset: 0x001B0940
[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: 0x06006B44 RID: 27460 RVA: 0x001B2790 File Offset: 0x001B0990
[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: 0x06006B45 RID: 27461 RVA: 0x001B27E0 File Offset: 0x001B09E0
[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: 0x06006B46 RID: 27462 RVA: 0x001B2830 File Offset: 0x001B0A30
[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: 0x06006B47 RID: 27463 RVA: 0x001B2880 File Offset: 0x001B0A80
// 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, 100671117);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_OpenAttackCollision_Public_Abstract_Virtual_New_Void_String_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671118);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_OpenAttackCollision_SpecialSound_Public_Abstract_Virtual_New_Void_String_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671119);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_Fly_Public_Abstract_Virtual_New_Void_Single_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671120);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_ChargeShot_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671121);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_LightningChargeShot_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671122);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_SetDodgeTime_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671123);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_AniOnLight_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671124);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_AniLightBall_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671125);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_AniPickUp_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671126);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_ShowHandItem_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671127);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_DiscardItem_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671128);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_LDashSmoke_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671129);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_RDashSmoke_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671130);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_SoundFootsteps_Public_Abstract_Virtual_New_Void_Single_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671131);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_SoundJump_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671132);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_SoundHitDown_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671133);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_BrakeSmoke_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671134);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_DashAttackSmoke_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671135);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_L5Attack03Smoke_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671136);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_Attack01_03Collision_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671137);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_PlayEffL5Attack03_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671138);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_PlayEffL5Attack04_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671139);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_PlayEffL5DodgeForward_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671140);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_PlayEffL5DodgeBack_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671141);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_SlipDropItem_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671142);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_SlipSmoke_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671143);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_AniGamePadVibration_Public_Abstract_Virtual_New_Void_Single_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671144);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_PlayVoiceAttack01_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671145);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_PlayVoiceAttack02_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671146);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_PlayVoiceAttack03_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671147);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_PlayVoiceAttack04_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671148);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_PlayVoiceDashAttack01_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671149);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_PlayVoiceDashAttack02_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671150);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_PlayVoiceSkyAttack01_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671151);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_PlayVoiceSkyAttack02_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671152);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_PlayVoiceItemUse_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671153);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_PlayDead_Public_Abstract_Virtual_New_Void_Int32_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671154);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_PlayItemGet_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671155);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_PlayJump_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671156);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_PlayItemDiscard_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671157);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_PlayHitDown_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671158);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_PlayVoiceDamaged_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671159);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_PlayVoiceDamagedFly_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671160);
}
// Token: 0x06006B48 RID: 27464 RVA: 0x000EE522 File Offset: 0x000EC722
public INobetaAnimationEventReceiver(IntPtr pointer)
: base(pointer)
{
}
// Token: 0x04004720 RID: 18208
private static readonly IntPtr NativeMethodInfoPtr_OpenWTrail_Public_Abstract_Virtual_New_Void_Single_0;
// Token: 0x04004721 RID: 18209
private static readonly IntPtr NativeMethodInfoPtr_OpenAttackCollision_Public_Abstract_Virtual_New_Void_String_0;
// Token: 0x04004722 RID: 18210
private static readonly IntPtr NativeMethodInfoPtr_OpenAttackCollision_SpecialSound_Public_Abstract_Virtual_New_Void_String_0;
// Token: 0x04004723 RID: 18211
private static readonly IntPtr NativeMethodInfoPtr_Fly_Public_Abstract_Virtual_New_Void_Single_0;
// Token: 0x04004724 RID: 18212
private static readonly IntPtr NativeMethodInfoPtr_ChargeShot_Public_Abstract_Virtual_New_Void_0;
// Token: 0x04004725 RID: 18213
private static readonly IntPtr NativeMethodInfoPtr_LightningChargeShot_Public_Abstract_Virtual_New_Void_0;
// Token: 0x04004726 RID: 18214
private static readonly IntPtr NativeMethodInfoPtr_SetDodgeTime_Public_Abstract_Virtual_New_Void_0;
// Token: 0x04004727 RID: 18215
private static readonly IntPtr NativeMethodInfoPtr_AniOnLight_Public_Abstract_Virtual_New_Void_0;
// Token: 0x04004728 RID: 18216
private static readonly IntPtr NativeMethodInfoPtr_AniLightBall_Public_Abstract_Virtual_New_Void_0;
// Token: 0x04004729 RID: 18217
private static readonly IntPtr NativeMethodInfoPtr_AniPickUp_Public_Abstract_Virtual_New_Void_0;
// Token: 0x0400472A RID: 18218
private static readonly IntPtr NativeMethodInfoPtr_ShowHandItem_Public_Abstract_Virtual_New_Void_0;
// Token: 0x0400472B RID: 18219
private static readonly IntPtr NativeMethodInfoPtr_DiscardItem_Public_Abstract_Virtual_New_Void_0;
// Token: 0x0400472C RID: 18220
private static readonly IntPtr NativeMethodInfoPtr_LDashSmoke_Public_Abstract_Virtual_New_Void_0;
// Token: 0x0400472D RID: 18221
private static readonly IntPtr NativeMethodInfoPtr_RDashSmoke_Public_Abstract_Virtual_New_Void_0;
// Token: 0x0400472E RID: 18222
private static readonly IntPtr NativeMethodInfoPtr_SoundFootsteps_Public_Abstract_Virtual_New_Void_Single_0;
// Token: 0x0400472F RID: 18223
private static readonly IntPtr NativeMethodInfoPtr_SoundJump_Public_Abstract_Virtual_New_Void_0;
// Token: 0x04004730 RID: 18224
private static readonly IntPtr NativeMethodInfoPtr_SoundHitDown_Public_Abstract_Virtual_New_Void_0;
// Token: 0x04004731 RID: 18225
private static readonly IntPtr NativeMethodInfoPtr_BrakeSmoke_Public_Abstract_Virtual_New_Void_0;
// Token: 0x04004732 RID: 18226
private static readonly IntPtr NativeMethodInfoPtr_DashAttackSmoke_Public_Abstract_Virtual_New_Void_0;
// Token: 0x04004733 RID: 18227
private static readonly IntPtr NativeMethodInfoPtr_L5Attack03Smoke_Public_Abstract_Virtual_New_Void_0;
// Token: 0x04004734 RID: 18228
private static readonly IntPtr NativeMethodInfoPtr_Attack01_03Collision_Public_Abstract_Virtual_New_Void_0;
// Token: 0x04004735 RID: 18229
private static readonly IntPtr NativeMethodInfoPtr_PlayEffL5Attack03_Public_Abstract_Virtual_New_Void_0;
// Token: 0x04004736 RID: 18230
private static readonly IntPtr NativeMethodInfoPtr_PlayEffL5Attack04_Public_Abstract_Virtual_New_Void_0;
// Token: 0x04004737 RID: 18231
private static readonly IntPtr NativeMethodInfoPtr_PlayEffL5DodgeForward_Public_Abstract_Virtual_New_Void_0;
// Token: 0x04004738 RID: 18232
private static readonly IntPtr NativeMethodInfoPtr_PlayEffL5DodgeBack_Public_Abstract_Virtual_New_Void_0;
// Token: 0x04004739 RID: 18233
private static readonly IntPtr NativeMethodInfoPtr_SlipDropItem_Public_Abstract_Virtual_New_Void_0;
// Token: 0x0400473A RID: 18234
private static readonly IntPtr NativeMethodInfoPtr_SlipSmoke_Public_Abstract_Virtual_New_Void_0;
// Token: 0x0400473B RID: 18235
private static readonly IntPtr NativeMethodInfoPtr_AniGamePadVibration_Public_Abstract_Virtual_New_Void_Single_0;
// Token: 0x0400473C RID: 18236
private static readonly IntPtr NativeMethodInfoPtr_PlayVoiceAttack01_Public_Abstract_Virtual_New_Void_0;
// Token: 0x0400473D RID: 18237
private static readonly IntPtr NativeMethodInfoPtr_PlayVoiceAttack02_Public_Abstract_Virtual_New_Void_0;
// Token: 0x0400473E RID: 18238
private static readonly IntPtr NativeMethodInfoPtr_PlayVoiceAttack03_Public_Abstract_Virtual_New_Void_0;
// Token: 0x0400473F RID: 18239
private static readonly IntPtr NativeMethodInfoPtr_PlayVoiceAttack04_Public_Abstract_Virtual_New_Void_0;
// Token: 0x04004740 RID: 18240
private static readonly IntPtr NativeMethodInfoPtr_PlayVoiceDashAttack01_Public_Abstract_Virtual_New_Void_0;
// Token: 0x04004741 RID: 18241
private static readonly IntPtr NativeMethodInfoPtr_PlayVoiceDashAttack02_Public_Abstract_Virtual_New_Void_0;
// Token: 0x04004742 RID: 18242
private static readonly IntPtr NativeMethodInfoPtr_PlayVoiceSkyAttack01_Public_Abstract_Virtual_New_Void_0;
// Token: 0x04004743 RID: 18243
private static readonly IntPtr NativeMethodInfoPtr_PlayVoiceSkyAttack02_Public_Abstract_Virtual_New_Void_0;
// Token: 0x04004744 RID: 18244
private static readonly IntPtr NativeMethodInfoPtr_PlayVoiceItemUse_Public_Abstract_Virtual_New_Void_0;
// Token: 0x04004745 RID: 18245
private static readonly IntPtr NativeMethodInfoPtr_PlayDead_Public_Abstract_Virtual_New_Void_Int32_0;
// Token: 0x04004746 RID: 18246
private static readonly IntPtr NativeMethodInfoPtr_PlayItemGet_Public_Abstract_Virtual_New_Void_0;
// Token: 0x04004747 RID: 18247
private static readonly IntPtr NativeMethodInfoPtr_PlayJump_Public_Abstract_Virtual_New_Void_0;
// Token: 0x04004748 RID: 18248
private static readonly IntPtr NativeMethodInfoPtr_PlayItemDiscard_Public_Abstract_Virtual_New_Void_0;
// Token: 0x04004749 RID: 18249
private static readonly IntPtr NativeMethodInfoPtr_PlayHitDown_Public_Abstract_Virtual_New_Void_0;
// Token: 0x0400474A RID: 18250
private static readonly IntPtr NativeMethodInfoPtr_PlayVoiceDamaged_Public_Abstract_Virtual_New_Void_0;
// Token: 0x0400474B RID: 18251
private static readonly IntPtr NativeMethodInfoPtr_PlayVoiceDamagedFly_Public_Abstract_Virtual_New_Void_0;
}