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

710 lines
42 KiB
C#

using System;
using Il2CppInterop.Common.Attributes;
using Il2CppInterop.Runtime;
using Il2CppInterop.Runtime.InteropTypes;
// Token: 0x0200036A RID: 874
public class INobetaAnimationEventReceiver : Il2CppObjectBase
{
// Token: 0x060072A5 RID: 29349 RVA: 0x001D1464 File Offset: 0x001CF664
[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: 0x060072A6 RID: 29350 RVA: 0x001D14C4 File Offset: 0x001CF6C4
[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: 0x060072A7 RID: 29351 RVA: 0x001D1528 File Offset: 0x001CF728
[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: 0x060072A8 RID: 29352 RVA: 0x001D158C File Offset: 0x001CF78C
[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: 0x060072A9 RID: 29353 RVA: 0x001D15EC File Offset: 0x001CF7EC
[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: 0x060072AA RID: 29354 RVA: 0x001D163C File Offset: 0x001CF83C
[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: 0x060072AB RID: 29355 RVA: 0x001D168C File Offset: 0x001CF88C
[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: 0x060072AC RID: 29356 RVA: 0x001D16DC File Offset: 0x001CF8DC
[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: 0x060072AD RID: 29357 RVA: 0x001D172C File Offset: 0x001CF92C
[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: 0x060072AE RID: 29358 RVA: 0x001D177C File Offset: 0x001CF97C
[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: 0x060072AF RID: 29359 RVA: 0x001D17CC File Offset: 0x001CF9CC
[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: 0x060072B0 RID: 29360 RVA: 0x001D181C File Offset: 0x001CFA1C
[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: 0x060072B1 RID: 29361 RVA: 0x001D186C File Offset: 0x001CFA6C
[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: 0x060072B2 RID: 29362 RVA: 0x001D18BC File Offset: 0x001CFABC
[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: 0x060072B3 RID: 29363 RVA: 0x001D190C File Offset: 0x001CFB0C
[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: 0x060072B4 RID: 29364 RVA: 0x001D196C File Offset: 0x001CFB6C
[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: 0x060072B5 RID: 29365 RVA: 0x001D19BC File Offset: 0x001CFBBC
[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: 0x060072B6 RID: 29366 RVA: 0x001D1A0C File Offset: 0x001CFC0C
[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: 0x060072B7 RID: 29367 RVA: 0x001D1A5C File Offset: 0x001CFC5C
[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: 0x060072B8 RID: 29368 RVA: 0x001D1AAC File Offset: 0x001CFCAC
[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: 0x060072B9 RID: 29369 RVA: 0x001D1AFC File Offset: 0x001CFCFC
[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: 0x060072BA RID: 29370 RVA: 0x001D1B4C File Offset: 0x001CFD4C
[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: 0x060072BB RID: 29371 RVA: 0x001D1B9C File Offset: 0x001CFD9C
[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: 0x060072BC RID: 29372 RVA: 0x001D1BEC File Offset: 0x001CFDEC
[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: 0x060072BD RID: 29373 RVA: 0x001D1C3C File Offset: 0x001CFE3C
[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: 0x060072BE RID: 29374 RVA: 0x001D1C8C File Offset: 0x001CFE8C
[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: 0x060072BF RID: 29375 RVA: 0x001D1CDC File Offset: 0x001CFEDC
[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: 0x060072C0 RID: 29376 RVA: 0x001D1D2C File Offset: 0x001CFF2C
[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: 0x060072C1 RID: 29377 RVA: 0x001D1D8C File Offset: 0x001CFF8C
[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: 0x060072C2 RID: 29378 RVA: 0x001D1DDC File Offset: 0x001CFFDC
[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: 0x060072C3 RID: 29379 RVA: 0x001D1E2C File Offset: 0x001D002C
[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: 0x060072C4 RID: 29380 RVA: 0x001D1E7C File Offset: 0x001D007C
[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: 0x060072C5 RID: 29381 RVA: 0x001D1ECC File Offset: 0x001D00CC
[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: 0x060072C6 RID: 29382 RVA: 0x001D1F1C File Offset: 0x001D011C
[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: 0x060072C7 RID: 29383 RVA: 0x001D1F6C File Offset: 0x001D016C
[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: 0x060072C8 RID: 29384 RVA: 0x001D1FBC File Offset: 0x001D01BC
[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: 0x060072C9 RID: 29385 RVA: 0x001D200C File Offset: 0x001D020C
[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: 0x060072CA RID: 29386 RVA: 0x001D205C File Offset: 0x001D025C
[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: 0x060072CB RID: 29387 RVA: 0x001D20BC File Offset: 0x001D02BC
[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: 0x060072CC RID: 29388 RVA: 0x001D210C File Offset: 0x001D030C
[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: 0x060072CD RID: 29389 RVA: 0x001D215C File Offset: 0x001D035C
[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: 0x060072CE RID: 29390 RVA: 0x001D21AC File Offset: 0x001D03AC
[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: 0x060072CF RID: 29391 RVA: 0x001D21FC File Offset: 0x001D03FC
[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: 0x060072D0 RID: 29392 RVA: 0x001D224C File Offset: 0x001D044C
[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: 0x060072D1 RID: 29393 RVA: 0x001D229C File Offset: 0x001D049C
// 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, 100671767);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_OpenAttackCollision_Public_Abstract_Virtual_New_Void_String_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671768);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_OpenAttackCollision_SpecialSound_Public_Abstract_Virtual_New_Void_String_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671769);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_Fly_Public_Abstract_Virtual_New_Void_Single_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671770);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_ChargeShot_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671771);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_LightningChargeShot_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671772);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_SetDodgeTime_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671773);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_AniOnLight_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671774);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_AniLightBall_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671775);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_AniPickUp_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671776);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_ShowHandItem_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671777);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_DiscardItem_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671778);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_LDashSmoke_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671779);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_RDashSmoke_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671780);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_SoundFootsteps_Public_Abstract_Virtual_New_Void_Single_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671781);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_SoundJump_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671782);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_SoundHitDown_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671783);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_BrakeSmoke_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671784);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_DashAttackSmoke_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671785);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_L5Attack03Smoke_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671786);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_Attack01_03Collision_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671787);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_PlayEffL5Attack03_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671788);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_PlayEffL5Attack04_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671789);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_PlayEffL5DodgeForward_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671790);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_PlayEffL5DodgeBack_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671791);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_SlipDropItem_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671792);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_SlipSmoke_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671793);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_AniGamePadVibration_Public_Abstract_Virtual_New_Void_Single_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671794);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_PlayVoiceAttack01_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671795);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_PlayVoiceAttack02_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671796);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_PlayVoiceAttack03_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671797);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_PlayVoiceAttack04_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671798);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_PlayVoiceDashAttack01_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671799);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_PlayVoiceDashAttack02_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671800);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_PlayVoiceSkyAttack01_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671801);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_PlayVoiceSkyAttack02_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671802);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_PlayVoiceItemUse_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671803);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_PlayDead_Public_Abstract_Virtual_New_Void_Int32_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671804);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_PlayItemGet_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671805);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_PlayJump_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671806);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_PlayItemDiscard_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671807);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_PlayHitDown_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671808);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_PlayVoiceDamaged_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671809);
INobetaAnimationEventReceiver.NativeMethodInfoPtr_PlayVoiceDamagedFly_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<INobetaAnimationEventReceiver>.NativeClassPtr, 100671810);
}
// Token: 0x060072D2 RID: 29394 RVA: 0x000FB296 File Offset: 0x000F9496
public INobetaAnimationEventReceiver(IntPtr pointer)
: base(pointer)
{
}
// Token: 0x04004C44 RID: 19524
private static readonly IntPtr NativeMethodInfoPtr_OpenWTrail_Public_Abstract_Virtual_New_Void_Single_0;
// Token: 0x04004C45 RID: 19525
private static readonly IntPtr NativeMethodInfoPtr_OpenAttackCollision_Public_Abstract_Virtual_New_Void_String_0;
// Token: 0x04004C46 RID: 19526
private static readonly IntPtr NativeMethodInfoPtr_OpenAttackCollision_SpecialSound_Public_Abstract_Virtual_New_Void_String_0;
// Token: 0x04004C47 RID: 19527
private static readonly IntPtr NativeMethodInfoPtr_Fly_Public_Abstract_Virtual_New_Void_Single_0;
// Token: 0x04004C48 RID: 19528
private static readonly IntPtr NativeMethodInfoPtr_ChargeShot_Public_Abstract_Virtual_New_Void_0;
// Token: 0x04004C49 RID: 19529
private static readonly IntPtr NativeMethodInfoPtr_LightningChargeShot_Public_Abstract_Virtual_New_Void_0;
// Token: 0x04004C4A RID: 19530
private static readonly IntPtr NativeMethodInfoPtr_SetDodgeTime_Public_Abstract_Virtual_New_Void_0;
// Token: 0x04004C4B RID: 19531
private static readonly IntPtr NativeMethodInfoPtr_AniOnLight_Public_Abstract_Virtual_New_Void_0;
// Token: 0x04004C4C RID: 19532
private static readonly IntPtr NativeMethodInfoPtr_AniLightBall_Public_Abstract_Virtual_New_Void_0;
// Token: 0x04004C4D RID: 19533
private static readonly IntPtr NativeMethodInfoPtr_AniPickUp_Public_Abstract_Virtual_New_Void_0;
// Token: 0x04004C4E RID: 19534
private static readonly IntPtr NativeMethodInfoPtr_ShowHandItem_Public_Abstract_Virtual_New_Void_0;
// Token: 0x04004C4F RID: 19535
private static readonly IntPtr NativeMethodInfoPtr_DiscardItem_Public_Abstract_Virtual_New_Void_0;
// Token: 0x04004C50 RID: 19536
private static readonly IntPtr NativeMethodInfoPtr_LDashSmoke_Public_Abstract_Virtual_New_Void_0;
// Token: 0x04004C51 RID: 19537
private static readonly IntPtr NativeMethodInfoPtr_RDashSmoke_Public_Abstract_Virtual_New_Void_0;
// Token: 0x04004C52 RID: 19538
private static readonly IntPtr NativeMethodInfoPtr_SoundFootsteps_Public_Abstract_Virtual_New_Void_Single_0;
// Token: 0x04004C53 RID: 19539
private static readonly IntPtr NativeMethodInfoPtr_SoundJump_Public_Abstract_Virtual_New_Void_0;
// Token: 0x04004C54 RID: 19540
private static readonly IntPtr NativeMethodInfoPtr_SoundHitDown_Public_Abstract_Virtual_New_Void_0;
// Token: 0x04004C55 RID: 19541
private static readonly IntPtr NativeMethodInfoPtr_BrakeSmoke_Public_Abstract_Virtual_New_Void_0;
// Token: 0x04004C56 RID: 19542
private static readonly IntPtr NativeMethodInfoPtr_DashAttackSmoke_Public_Abstract_Virtual_New_Void_0;
// Token: 0x04004C57 RID: 19543
private static readonly IntPtr NativeMethodInfoPtr_L5Attack03Smoke_Public_Abstract_Virtual_New_Void_0;
// Token: 0x04004C58 RID: 19544
private static readonly IntPtr NativeMethodInfoPtr_Attack01_03Collision_Public_Abstract_Virtual_New_Void_0;
// Token: 0x04004C59 RID: 19545
private static readonly IntPtr NativeMethodInfoPtr_PlayEffL5Attack03_Public_Abstract_Virtual_New_Void_0;
// Token: 0x04004C5A RID: 19546
private static readonly IntPtr NativeMethodInfoPtr_PlayEffL5Attack04_Public_Abstract_Virtual_New_Void_0;
// Token: 0x04004C5B RID: 19547
private static readonly IntPtr NativeMethodInfoPtr_PlayEffL5DodgeForward_Public_Abstract_Virtual_New_Void_0;
// Token: 0x04004C5C RID: 19548
private static readonly IntPtr NativeMethodInfoPtr_PlayEffL5DodgeBack_Public_Abstract_Virtual_New_Void_0;
// Token: 0x04004C5D RID: 19549
private static readonly IntPtr NativeMethodInfoPtr_SlipDropItem_Public_Abstract_Virtual_New_Void_0;
// Token: 0x04004C5E RID: 19550
private static readonly IntPtr NativeMethodInfoPtr_SlipSmoke_Public_Abstract_Virtual_New_Void_0;
// Token: 0x04004C5F RID: 19551
private static readonly IntPtr NativeMethodInfoPtr_AniGamePadVibration_Public_Abstract_Virtual_New_Void_Single_0;
// Token: 0x04004C60 RID: 19552
private static readonly IntPtr NativeMethodInfoPtr_PlayVoiceAttack01_Public_Abstract_Virtual_New_Void_0;
// Token: 0x04004C61 RID: 19553
private static readonly IntPtr NativeMethodInfoPtr_PlayVoiceAttack02_Public_Abstract_Virtual_New_Void_0;
// Token: 0x04004C62 RID: 19554
private static readonly IntPtr NativeMethodInfoPtr_PlayVoiceAttack03_Public_Abstract_Virtual_New_Void_0;
// Token: 0x04004C63 RID: 19555
private static readonly IntPtr NativeMethodInfoPtr_PlayVoiceAttack04_Public_Abstract_Virtual_New_Void_0;
// Token: 0x04004C64 RID: 19556
private static readonly IntPtr NativeMethodInfoPtr_PlayVoiceDashAttack01_Public_Abstract_Virtual_New_Void_0;
// Token: 0x04004C65 RID: 19557
private static readonly IntPtr NativeMethodInfoPtr_PlayVoiceDashAttack02_Public_Abstract_Virtual_New_Void_0;
// Token: 0x04004C66 RID: 19558
private static readonly IntPtr NativeMethodInfoPtr_PlayVoiceSkyAttack01_Public_Abstract_Virtual_New_Void_0;
// Token: 0x04004C67 RID: 19559
private static readonly IntPtr NativeMethodInfoPtr_PlayVoiceSkyAttack02_Public_Abstract_Virtual_New_Void_0;
// Token: 0x04004C68 RID: 19560
private static readonly IntPtr NativeMethodInfoPtr_PlayVoiceItemUse_Public_Abstract_Virtual_New_Void_0;
// Token: 0x04004C69 RID: 19561
private static readonly IntPtr NativeMethodInfoPtr_PlayDead_Public_Abstract_Virtual_New_Void_Int32_0;
// Token: 0x04004C6A RID: 19562
private static readonly IntPtr NativeMethodInfoPtr_PlayItemGet_Public_Abstract_Virtual_New_Void_0;
// Token: 0x04004C6B RID: 19563
private static readonly IntPtr NativeMethodInfoPtr_PlayJump_Public_Abstract_Virtual_New_Void_0;
// Token: 0x04004C6C RID: 19564
private static readonly IntPtr NativeMethodInfoPtr_PlayItemDiscard_Public_Abstract_Virtual_New_Void_0;
// Token: 0x04004C6D RID: 19565
private static readonly IntPtr NativeMethodInfoPtr_PlayHitDown_Public_Abstract_Virtual_New_Void_0;
// Token: 0x04004C6E RID: 19566
private static readonly IntPtr NativeMethodInfoPtr_PlayVoiceDamaged_Public_Abstract_Virtual_New_Void_0;
// Token: 0x04004C6F RID: 19567
private static readonly IntPtr NativeMethodInfoPtr_PlayVoiceDamagedFly_Public_Abstract_Virtual_New_Void_0;
}