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

1039 lines
51 KiB
C#

using System;
using Il2CppInterop.Common.Attributes;
using Il2CppInterop.Runtime;
using UnityEngine;
// Token: 0x0200007C RID: 124
public class AI_GhostC_Red : AI_NPC
{
// Token: 0x06000DE4 RID: 3556 RVA: 0x0003C2E0 File Offset: 0x0003A4E0
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 497813, XrefRangeEnd = 497936, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe override void Start(GameObject This, NPCManage NPCM)
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr;
checked
{
ptr = stackalloc IntPtr[unchecked((UIntPtr)2) * (UIntPtr)sizeof(IntPtr)];
*ptr = IL2CPP.Il2CppObjectBaseToPtr(This);
}
ptr[checked(unchecked((UIntPtr)1) * (UIntPtr)sizeof(IntPtr)) / (UIntPtr)sizeof(IntPtr)] = IL2CPP.Il2CppObjectBaseToPtr(NPCM);
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), AI_GhostC_Red.NativeMethodInfoPtr_Start_Public_Virtual_Void_GameObject_NPCManage_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06000DE5 RID: 3557 RVA: 0x0003C35C File Offset: 0x0003A55C
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 497936, XrefRangeEnd = 497956, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe override void Update(float fDeltaTime)
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
checked
{
IntPtr* ptr = stackalloc IntPtr[unchecked((UIntPtr)1) * (UIntPtr)sizeof(IntPtr)];
*ptr = ref fDeltaTime;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), AI_GhostC_Red.NativeMethodInfoPtr_Update_Public_Virtual_Void_Single_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
}
// Token: 0x06000DE6 RID: 3558 RVA: 0x0003C3BC File Offset: 0x0003A5BC
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 0, XrefRangeEnd = 0, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe override void LateUpdate()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), AI_GhostC_Red.NativeMethodInfoPtr_LateUpdate_Public_Virtual_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06000DE7 RID: 3559 RVA: 0x0003C40C File Offset: 0x0003A60C
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 497956, XrefRangeEnd = 498005, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe virtual void InitStatus(AI_NPC.AIStatus Status)
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
checked
{
IntPtr* ptr = stackalloc IntPtr[unchecked((UIntPtr)1) * (UIntPtr)sizeof(IntPtr)];
*ptr = ref Status;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), AI_GhostC_Red.NativeMethodInfoPtr_InitStatus_Public_Virtual_New_Void_AIStatus_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
}
// Token: 0x06000DE8 RID: 3560 RVA: 0x0003C46C File Offset: 0x0003A66C
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 498005, XrefRangeEnd = 498008, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe void EndStatus(AI_NPC.AIStatus Status)
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
checked
{
IntPtr* ptr = stackalloc IntPtr[unchecked((UIntPtr)1) * (UIntPtr)sizeof(IntPtr)];
*ptr = ref Status;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(AI_GhostC_Red.NativeMethodInfoPtr_EndStatus_Public_Void_AIStatus_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
}
// Token: 0x06000DE9 RID: 3561 RVA: 0x0003C4C0 File Offset: 0x0003A6C0
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 0, XrefRangeEnd = 0, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe override void ResurrectionStatus()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), AI_GhostC_Red.NativeMethodInfoPtr_ResurrectionStatus_Public_Virtual_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06000DEA RID: 3562 RVA: 0x0003C510 File Offset: 0x0003A710
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 0, XrefRangeEnd = 0, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe override void Special()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), AI_GhostC_Red.NativeMethodInfoPtr_Special_Public_Virtual_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06000DEB RID: 3563 RVA: 0x0003C560 File Offset: 0x0003A760
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 0, XrefRangeEnd = 0, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe override void Idle()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), AI_GhostC_Red.NativeMethodInfoPtr_Idle_Public_Virtual_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06000DEC RID: 3564 RVA: 0x0003C5B0 File Offset: 0x0003A7B0
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 0, XrefRangeEnd = 0, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe override void Patrol()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), AI_GhostC_Red.NativeMethodInfoPtr_Patrol_Public_Virtual_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06000DED RID: 3565 RVA: 0x0003C600 File Offset: 0x0003A800
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 498008, XrefRangeEnd = 498013, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe override void GoHome()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), AI_GhostC_Red.NativeMethodInfoPtr_GoHome_Public_Virtual_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06000DEE RID: 3566 RVA: 0x0003C650 File Offset: 0x0003A850
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 498013, XrefRangeEnd = 498017, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe override void Confirming()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), AI_GhostC_Red.NativeMethodInfoPtr_Confirming_Public_Virtual_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06000DEF RID: 3567 RVA: 0x0003C6A0 File Offset: 0x0003A8A0
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 498017, XrefRangeEnd = 498018, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe override void LookFor()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), AI_GhostC_Red.NativeMethodInfoPtr_LookFor_Public_Virtual_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06000DF0 RID: 3568 RVA: 0x0003C6F0 File Offset: 0x0003A8F0
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 498018, XrefRangeEnd = 498033, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe override void Fighting()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), AI_GhostC_Red.NativeMethodInfoPtr_Fighting_Public_Virtual_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06000DF1 RID: 3569 RVA: 0x0003C740 File Offset: 0x0003A940
[CallerCount(4)]
[CachedScanResults(RefRangeStart = 498040, RefRangeEnd = 498044, XrefRangeStart = 498033, XrefRangeEnd = 498040, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe void InitFightingType(AI_GhostC_Red.AIFighting Type)
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
checked
{
IntPtr* ptr = stackalloc IntPtr[unchecked((UIntPtr)1) * (UIntPtr)sizeof(IntPtr)];
*ptr = ref Type;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(AI_GhostC_Red.NativeMethodInfoPtr_InitFightingType_Private_Void_AIFighting_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
}
// Token: 0x06000DF2 RID: 3570 RVA: 0x0003C794 File Offset: 0x0003A994
[CallerCount(1)]
[CachedScanResults(RefRangeStart = 498067, RefRangeEnd = 498068, XrefRangeStart = 498044, XrefRangeEnd = 498067, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe void FWatch()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(AI_GhostC_Red.NativeMethodInfoPtr_FWatch_Private_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06000DF3 RID: 3571 RVA: 0x0003C7D8 File Offset: 0x0003A9D8
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 498068, XrefRangeEnd = 498069, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe void HiddenStart()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(AI_GhostC_Red.NativeMethodInfoPtr_HiddenStart_Private_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06000DF4 RID: 3572 RVA: 0x0003C81C File Offset: 0x0003AA1C
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 498069, XrefRangeEnd = 498104, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe void Hidden()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(AI_GhostC_Red.NativeMethodInfoPtr_Hidden_Private_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06000DF5 RID: 3573 RVA: 0x0003C860 File Offset: 0x0003AA60
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 498104, XrefRangeEnd = 498111, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe void HiddenEnd()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(AI_GhostC_Red.NativeMethodInfoPtr_HiddenEnd_Private_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06000DF6 RID: 3574 RVA: 0x0003C8A4 File Offset: 0x0003AAA4
[CallerCount(0)]
public unsafe void HiddenLookfor()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(AI_GhostC_Red.NativeMethodInfoPtr_HiddenLookfor_Private_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06000DF7 RID: 3575 RVA: 0x0003C8E8 File Offset: 0x0003AAE8
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 498111, XrefRangeEnd = 498124, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe void HiddenAttack()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(AI_GhostC_Red.NativeMethodInfoPtr_HiddenAttack_Private_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06000DF8 RID: 3576 RVA: 0x0003C92C File Offset: 0x0003AB2C
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 0, XrefRangeEnd = 0, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe void FBite()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(AI_GhostC_Red.NativeMethodInfoPtr_FBite_Private_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06000DF9 RID: 3577 RVA: 0x0003C970 File Offset: 0x0003AB70
[CallerCount(1)]
[CachedScanResults(RefRangeStart = 498136, RefRangeEnd = 498137, XrefRangeStart = 498124, XrefRangeEnd = 498136, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe void FRunBite01()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(AI_GhostC_Red.NativeMethodInfoPtr_FRunBite01_Private_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06000DFA RID: 3578 RVA: 0x0003C9B4 File Offset: 0x0003ABB4
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 498137, XrefRangeEnd = 498144, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe void FRunBite02()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(AI_GhostC_Red.NativeMethodInfoPtr_FRunBite02_Private_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06000DFB RID: 3579 RVA: 0x0003C9F8 File Offset: 0x0003ABF8
[CallerCount(0)]
public unsafe override void Hear()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), AI_GhostC_Red.NativeMethodInfoPtr_Hear_Public_Virtual_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06000DFC RID: 3580 RVA: 0x0003CA48 File Offset: 0x0003AC48
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 0, XrefRangeEnd = 0, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe override void HearCheck()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), AI_GhostC_Red.NativeMethodInfoPtr_HearCheck_Public_Virtual_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06000DFD RID: 3581 RVA: 0x0003CA98 File Offset: 0x0003AC98
[CallerCount(0)]
public unsafe override void Damaged()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), AI_GhostC_Red.NativeMethodInfoPtr_Damaged_Public_Virtual_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06000DFE RID: 3582 RVA: 0x0003CAE8 File Offset: 0x0003ACE8
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 498144, XrefRangeEnd = 498150, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe override void Death()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), AI_GhostC_Red.NativeMethodInfoPtr_Death_Public_Virtual_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06000DFF RID: 3583 RVA: 0x0003CB38 File Offset: 0x0003AD38
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 498150, XrefRangeEnd = 498166, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe override void Destroy()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), AI_GhostC_Red.NativeMethodInfoPtr_Destroy_Public_Virtual_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06000E00 RID: 3584 RVA: 0x0003CB88 File Offset: 0x0003AD88
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 498166, XrefRangeEnd = 498221, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe override void Hit(AttackData Data)
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
checked
{
IntPtr* ptr = stackalloc IntPtr[unchecked((UIntPtr)1) * (UIntPtr)sizeof(IntPtr)];
*ptr = IL2CPP.Il2CppObjectBaseToPtr(Data);
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), AI_GhostC_Red.NativeMethodInfoPtr_Hit_Public_Virtual_Void_AttackData_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
}
// Token: 0x06000E01 RID: 3585 RVA: 0x0003CBEC File Offset: 0x0003ADEC
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 0, XrefRangeEnd = 0, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe override void ReceiveSound(Vector3 v3Source, float fSize, SceneManager.SoundWaveType SoundType)
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr;
checked
{
ptr = stackalloc IntPtr[unchecked((UIntPtr)3) * (UIntPtr)sizeof(IntPtr)];
*ptr = ref v3Source;
}
ptr[checked(unchecked((UIntPtr)1) * (UIntPtr)sizeof(IntPtr)) / (UIntPtr)sizeof(IntPtr)] = ref fSize;
ptr[checked(unchecked((UIntPtr)2) * (UIntPtr)sizeof(IntPtr)) / (UIntPtr)sizeof(IntPtr)] = ref SoundType;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), AI_GhostC_Red.NativeMethodInfoPtr_ReceiveSound_Public_Virtual_Void_Vector3_Single_SoundWaveType_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06000E02 RID: 3586 RVA: 0x0003CC74 File Offset: 0x0003AE74
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 0, XrefRangeEnd = 0, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe override void Resurrection()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), AI_GhostC_Red.NativeMethodInfoPtr_Resurrection_Public_Virtual_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06000E03 RID: 3587 RVA: 0x0003CCC4 File Offset: 0x0003AEC4
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 498221, XrefRangeEnd = 498239, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe override void Create()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), AI_GhostC_Red.NativeMethodInfoPtr_Create_Public_Virtual_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06000E04 RID: 3588 RVA: 0x0003CD14 File Offset: 0x0003AF14
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 498239, XrefRangeEnd = 498247, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe override void Remove()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), AI_GhostC_Red.NativeMethodInfoPtr_Remove_Public_Virtual_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06000E05 RID: 3589 RVA: 0x0003CD64 File Offset: 0x0003AF64
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 498247, XrefRangeEnd = 498252, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe override void SetTimeScale(float fTimeScale)
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
checked
{
IntPtr* ptr = stackalloc IntPtr[unchecked((UIntPtr)1) * (UIntPtr)sizeof(IntPtr)];
*ptr = ref fTimeScale;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), AI_GhostC_Red.NativeMethodInfoPtr_SetTimeScale_Public_Virtual_Void_Single_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
}
// Token: 0x06000E06 RID: 3590 RVA: 0x0003CDC4 File Offset: 0x0003AFC4
[CallerCount(0)]
public unsafe override void SetAiStatus(AI_NPC.AIStatus Status)
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
checked
{
IntPtr* ptr = stackalloc IntPtr[unchecked((UIntPtr)1) * (UIntPtr)sizeof(IntPtr)];
*ptr = ref Status;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), AI_GhostC_Red.NativeMethodInfoPtr_SetAiStatus_Public_Virtual_Void_AIStatus_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
}
// Token: 0x06000E07 RID: 3591 RVA: 0x0003CE24 File Offset: 0x0003B024
[CallerCount(1)]
[CachedScanResults(RefRangeStart = 498253, RefRangeEnd = 498254, XrefRangeStart = 498252, XrefRangeEnd = 498253, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe AI_GhostC_Red()
: this(IL2CPP.il2cpp_object_new(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr))
{
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(AI_GhostC_Red.NativeMethodInfoPtr__ctor_Public_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06000E08 RID: 3592 RVA: 0x0003CE70 File Offset: 0x0003B070
// Note: this type is marked as 'beforefieldinit'.
static AI_GhostC_Red()
{
Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr = IL2CPP.GetIl2CppClass("Assembly-CSharp.dll", "", "AI_GhostC_Red");
IL2CPP.il2cpp_runtime_class_init(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr);
AI_GhostC_Red.NativeFieldInfoPtr_g_Effect = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, "g_Effect");
AI_GhostC_Red.NativeFieldInfoPtr_g_fAttackRadius = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, "g_fAttackRadius");
AI_GhostC_Red.NativeFieldInfoPtr_g_fAniMoveSpeed = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, "g_fAniMoveSpeed");
AI_GhostC_Red.NativeFieldInfoPtr_g_Mat = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, "g_Mat");
AI_GhostC_Red.NativeFieldInfoPtr_g_EyeColor = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, "g_EyeColor");
AI_GhostC_Red.NativeFieldInfoPtr_g_BodyColor = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, "g_BodyColor");
AI_GhostC_Red.NativeFieldInfoPtr_g_DefaultColor = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, "g_DefaultColor");
AI_GhostC_Red.NativeFieldInfoPtr_g_MeshRender01 = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, "g_MeshRender01");
AI_GhostC_Red.NativeFieldInfoPtr_g_CC02 = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, "g_CC02");
AI_GhostC_Red.NativeFieldInfoPtr_g_CCC = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, "g_CCC");
AI_GhostC_Red.NativeFieldInfoPtr_g_BodyEffect = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, "g_BodyEffect");
AI_GhostC_Red.NativeFieldInfoPtr_g_DeathEffect = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, "g_DeathEffect");
AI_GhostC_Red.NativeFieldInfoPtr_g_ShakeHead = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, "g_ShakeHead");
AI_GhostC_Red.NativeFieldInfoPtr_g_ShakeBody = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, "g_ShakeBody");
AI_GhostC_Red.NativeFieldInfoPtr_g_Fightting = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, "g_Fightting");
AI_GhostC_Red.NativeFieldInfoPtr_g_bRunBite = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, "g_bRunBite");
AI_GhostC_Red.NativeFieldInfoPtr_g_fAttackMoveTime = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, "g_fAttackMoveTime");
AI_GhostC_Red.NativeFieldInfoPtr_g_fAttackRotateTime = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, "g_fAttackRotateTime");
AI_GhostC_Red.NativeMethodInfoPtr_Start_Public_Virtual_Void_GameObject_NPCManage_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, 100664562);
AI_GhostC_Red.NativeMethodInfoPtr_Update_Public_Virtual_Void_Single_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, 100664563);
AI_GhostC_Red.NativeMethodInfoPtr_LateUpdate_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, 100664564);
AI_GhostC_Red.NativeMethodInfoPtr_InitStatus_Public_Virtual_New_Void_AIStatus_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, 100664565);
AI_GhostC_Red.NativeMethodInfoPtr_EndStatus_Public_Void_AIStatus_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, 100664566);
AI_GhostC_Red.NativeMethodInfoPtr_ResurrectionStatus_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, 100664567);
AI_GhostC_Red.NativeMethodInfoPtr_Special_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, 100664568);
AI_GhostC_Red.NativeMethodInfoPtr_Idle_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, 100664569);
AI_GhostC_Red.NativeMethodInfoPtr_Patrol_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, 100664570);
AI_GhostC_Red.NativeMethodInfoPtr_GoHome_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, 100664571);
AI_GhostC_Red.NativeMethodInfoPtr_Confirming_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, 100664572);
AI_GhostC_Red.NativeMethodInfoPtr_LookFor_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, 100664573);
AI_GhostC_Red.NativeMethodInfoPtr_Fighting_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, 100664574);
AI_GhostC_Red.NativeMethodInfoPtr_InitFightingType_Private_Void_AIFighting_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, 100664575);
AI_GhostC_Red.NativeMethodInfoPtr_FWatch_Private_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, 100664576);
AI_GhostC_Red.NativeMethodInfoPtr_HiddenStart_Private_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, 100664577);
AI_GhostC_Red.NativeMethodInfoPtr_Hidden_Private_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, 100664578);
AI_GhostC_Red.NativeMethodInfoPtr_HiddenEnd_Private_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, 100664579);
AI_GhostC_Red.NativeMethodInfoPtr_HiddenLookfor_Private_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, 100664580);
AI_GhostC_Red.NativeMethodInfoPtr_HiddenAttack_Private_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, 100664581);
AI_GhostC_Red.NativeMethodInfoPtr_FBite_Private_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, 100664582);
AI_GhostC_Red.NativeMethodInfoPtr_FRunBite01_Private_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, 100664583);
AI_GhostC_Red.NativeMethodInfoPtr_FRunBite02_Private_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, 100664584);
AI_GhostC_Red.NativeMethodInfoPtr_Hear_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, 100664585);
AI_GhostC_Red.NativeMethodInfoPtr_HearCheck_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, 100664586);
AI_GhostC_Red.NativeMethodInfoPtr_Damaged_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, 100664587);
AI_GhostC_Red.NativeMethodInfoPtr_Death_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, 100664588);
AI_GhostC_Red.NativeMethodInfoPtr_Destroy_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, 100664589);
AI_GhostC_Red.NativeMethodInfoPtr_Hit_Public_Virtual_Void_AttackData_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, 100664590);
AI_GhostC_Red.NativeMethodInfoPtr_ReceiveSound_Public_Virtual_Void_Vector3_Single_SoundWaveType_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, 100664591);
AI_GhostC_Red.NativeMethodInfoPtr_Resurrection_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, 100664592);
AI_GhostC_Red.NativeMethodInfoPtr_Create_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, 100664593);
AI_GhostC_Red.NativeMethodInfoPtr_Remove_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, 100664594);
AI_GhostC_Red.NativeMethodInfoPtr_SetTimeScale_Public_Virtual_Void_Single_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, 100664595);
AI_GhostC_Red.NativeMethodInfoPtr_SetAiStatus_Public_Virtual_Void_AIStatus_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, 100664596);
AI_GhostC_Red.NativeMethodInfoPtr__ctor_Public_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, 100664597);
}
// Token: 0x06000E09 RID: 3593 RVA: 0x0001D7B0 File Offset: 0x0001B9B0
public AI_GhostC_Red(IntPtr pointer)
: base(pointer)
{
}
// Token: 0x17000447 RID: 1095
// (get) Token: 0x06000E0A RID: 3594 RVA: 0x0003D2D8 File Offset: 0x0003B4D8
// (set) Token: 0x06000E0B RID: 3595 RVA: 0x0003D30C File Offset: 0x0003B50C
public unsafe GhostCEffectPlay g_Effect
{
get
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostC_Red.NativeFieldInfoPtr_g_Effect);
IntPtr intPtr2 = *intPtr;
return (intPtr2 != 0) ? new GhostCEffectPlay(intPtr2) : null;
}
set
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostC_Red.NativeFieldInfoPtr_g_Effect), IL2CPP.Il2CppObjectBaseToPtr(value));
}
}
// Token: 0x17000448 RID: 1096
// (get) Token: 0x06000E0C RID: 3596 RVA: 0x0003D334 File Offset: 0x0003B534
// (set) Token: 0x06000E0D RID: 3597 RVA: 0x0003D35C File Offset: 0x0003B55C
public unsafe float g_fAttackRadius
{
get
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostC_Red.NativeFieldInfoPtr_g_fAttackRadius);
return *intPtr;
}
set
{
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostC_Red.NativeFieldInfoPtr_g_fAttackRadius)) = value;
}
}
// Token: 0x17000449 RID: 1097
// (get) Token: 0x06000E0E RID: 3598 RVA: 0x0003D380 File Offset: 0x0003B580
// (set) Token: 0x06000E0F RID: 3599 RVA: 0x0003D3A8 File Offset: 0x0003B5A8
public unsafe float g_fAniMoveSpeed
{
get
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostC_Red.NativeFieldInfoPtr_g_fAniMoveSpeed);
return *intPtr;
}
set
{
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostC_Red.NativeFieldInfoPtr_g_fAniMoveSpeed)) = value;
}
}
// Token: 0x1700044A RID: 1098
// (get) Token: 0x06000E10 RID: 3600 RVA: 0x0003D3CC File Offset: 0x0003B5CC
// (set) Token: 0x06000E11 RID: 3601 RVA: 0x0003D400 File Offset: 0x0003B600
public unsafe Material g_Mat
{
get
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostC_Red.NativeFieldInfoPtr_g_Mat);
IntPtr intPtr2 = *intPtr;
return (intPtr2 != 0) ? new Material(intPtr2) : null;
}
set
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostC_Red.NativeFieldInfoPtr_g_Mat), IL2CPP.Il2CppObjectBaseToPtr(value));
}
}
// Token: 0x1700044B RID: 1099
// (get) Token: 0x06000E12 RID: 3602 RVA: 0x0003D428 File Offset: 0x0003B628
// (set) Token: 0x06000E13 RID: 3603 RVA: 0x0003D450 File Offset: 0x0003B650
public unsafe Color g_EyeColor
{
get
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostC_Red.NativeFieldInfoPtr_g_EyeColor);
return *intPtr;
}
set
{
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostC_Red.NativeFieldInfoPtr_g_EyeColor)) = value;
}
}
// Token: 0x1700044C RID: 1100
// (get) Token: 0x06000E14 RID: 3604 RVA: 0x0003D474 File Offset: 0x0003B674
// (set) Token: 0x06000E15 RID: 3605 RVA: 0x0003D49C File Offset: 0x0003B69C
public unsafe Color g_BodyColor
{
get
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostC_Red.NativeFieldInfoPtr_g_BodyColor);
return *intPtr;
}
set
{
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostC_Red.NativeFieldInfoPtr_g_BodyColor)) = value;
}
}
// Token: 0x1700044D RID: 1101
// (get) Token: 0x06000E16 RID: 3606 RVA: 0x0003D4C0 File Offset: 0x0003B6C0
// (set) Token: 0x06000E17 RID: 3607 RVA: 0x0003D4E8 File Offset: 0x0003B6E8
public unsafe Color g_DefaultColor
{
get
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostC_Red.NativeFieldInfoPtr_g_DefaultColor);
return *intPtr;
}
set
{
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostC_Red.NativeFieldInfoPtr_g_DefaultColor)) = value;
}
}
// Token: 0x1700044E RID: 1102
// (get) Token: 0x06000E18 RID: 3608 RVA: 0x0003D50C File Offset: 0x0003B70C
// (set) Token: 0x06000E19 RID: 3609 RVA: 0x0003D540 File Offset: 0x0003B740
public unsafe SkinnedMeshRenderer g_MeshRender01
{
get
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostC_Red.NativeFieldInfoPtr_g_MeshRender01);
IntPtr intPtr2 = *intPtr;
return (intPtr2 != 0) ? new SkinnedMeshRenderer(intPtr2) : null;
}
set
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostC_Red.NativeFieldInfoPtr_g_MeshRender01), IL2CPP.Il2CppObjectBaseToPtr(value));
}
}
// Token: 0x1700044F RID: 1103
// (get) Token: 0x06000E1A RID: 3610 RVA: 0x0003D568 File Offset: 0x0003B768
// (set) Token: 0x06000E1B RID: 3611 RVA: 0x0003D59C File Offset: 0x0003B79C
public unsafe CapsuleCollider g_CC02
{
get
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostC_Red.NativeFieldInfoPtr_g_CC02);
IntPtr intPtr2 = *intPtr;
return (intPtr2 != 0) ? new CapsuleCollider(intPtr2) : null;
}
set
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostC_Red.NativeFieldInfoPtr_g_CC02), IL2CPP.Il2CppObjectBaseToPtr(value));
}
}
// Token: 0x17000450 RID: 1104
// (get) Token: 0x06000E1C RID: 3612 RVA: 0x0003D5C4 File Offset: 0x0003B7C4
// (set) Token: 0x06000E1D RID: 3613 RVA: 0x0003D5F8 File Offset: 0x0003B7F8
public unsafe CCController g_CCC
{
get
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostC_Red.NativeFieldInfoPtr_g_CCC);
IntPtr intPtr2 = *intPtr;
return (intPtr2 != 0) ? new CCController(intPtr2) : null;
}
set
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostC_Red.NativeFieldInfoPtr_g_CCC), IL2CPP.Il2CppObjectBaseToPtr(value));
}
}
// Token: 0x17000451 RID: 1105
// (get) Token: 0x06000E1E RID: 3614 RVA: 0x0003D620 File Offset: 0x0003B820
// (set) Token: 0x06000E1F RID: 3615 RVA: 0x0003D654 File Offset: 0x0003B854
public unsafe ParticleSystem g_BodyEffect
{
get
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostC_Red.NativeFieldInfoPtr_g_BodyEffect);
IntPtr intPtr2 = *intPtr;
return (intPtr2 != 0) ? new ParticleSystem(intPtr2) : null;
}
set
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostC_Red.NativeFieldInfoPtr_g_BodyEffect), IL2CPP.Il2CppObjectBaseToPtr(value));
}
}
// Token: 0x17000452 RID: 1106
// (get) Token: 0x06000E20 RID: 3616 RVA: 0x0003D67C File Offset: 0x0003B87C
// (set) Token: 0x06000E21 RID: 3617 RVA: 0x0003D6B0 File Offset: 0x0003B8B0
public unsafe ParticleSystem g_DeathEffect
{
get
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostC_Red.NativeFieldInfoPtr_g_DeathEffect);
IntPtr intPtr2 = *intPtr;
return (intPtr2 != 0) ? new ParticleSystem(intPtr2) : null;
}
set
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostC_Red.NativeFieldInfoPtr_g_DeathEffect), IL2CPP.Il2CppObjectBaseToPtr(value));
}
}
// Token: 0x17000453 RID: 1107
// (get) Token: 0x06000E22 RID: 3618 RVA: 0x0003D6D8 File Offset: 0x0003B8D8
// (set) Token: 0x06000E23 RID: 3619 RVA: 0x0003D70C File Offset: 0x0003B90C
public unsafe Shake g_ShakeHead
{
get
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostC_Red.NativeFieldInfoPtr_g_ShakeHead);
IntPtr intPtr2 = *intPtr;
return (intPtr2 != 0) ? new Shake(intPtr2) : null;
}
set
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostC_Red.NativeFieldInfoPtr_g_ShakeHead), IL2CPP.Il2CppObjectBaseToPtr(value));
}
}
// Token: 0x17000454 RID: 1108
// (get) Token: 0x06000E24 RID: 3620 RVA: 0x0003D734 File Offset: 0x0003B934
// (set) Token: 0x06000E25 RID: 3621 RVA: 0x0003D768 File Offset: 0x0003B968
public unsafe Shake g_ShakeBody
{
get
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostC_Red.NativeFieldInfoPtr_g_ShakeBody);
IntPtr intPtr2 = *intPtr;
return (intPtr2 != 0) ? new Shake(intPtr2) : null;
}
set
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostC_Red.NativeFieldInfoPtr_g_ShakeBody), IL2CPP.Il2CppObjectBaseToPtr(value));
}
}
// Token: 0x17000455 RID: 1109
// (get) Token: 0x06000E26 RID: 3622 RVA: 0x0003D790 File Offset: 0x0003B990
// (set) Token: 0x06000E27 RID: 3623 RVA: 0x0003D7B8 File Offset: 0x0003B9B8
public unsafe AI_GhostC_Red.AIFighting g_Fightting
{
get
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostC_Red.NativeFieldInfoPtr_g_Fightting);
return *intPtr;
}
set
{
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostC_Red.NativeFieldInfoPtr_g_Fightting)) = value;
}
}
// Token: 0x17000456 RID: 1110
// (get) Token: 0x06000E28 RID: 3624 RVA: 0x0003D7DC File Offset: 0x0003B9DC
// (set) Token: 0x06000E29 RID: 3625 RVA: 0x0003D804 File Offset: 0x0003BA04
public unsafe bool g_bRunBite
{
get
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostC_Red.NativeFieldInfoPtr_g_bRunBite);
return *intPtr;
}
set
{
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostC_Red.NativeFieldInfoPtr_g_bRunBite)) = value;
}
}
// Token: 0x17000457 RID: 1111
// (get) Token: 0x06000E2A RID: 3626 RVA: 0x0003D828 File Offset: 0x0003BA28
// (set) Token: 0x06000E2B RID: 3627 RVA: 0x0003D850 File Offset: 0x0003BA50
public unsafe float g_fAttackMoveTime
{
get
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostC_Red.NativeFieldInfoPtr_g_fAttackMoveTime);
return *intPtr;
}
set
{
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostC_Red.NativeFieldInfoPtr_g_fAttackMoveTime)) = value;
}
}
// Token: 0x17000458 RID: 1112
// (get) Token: 0x06000E2C RID: 3628 RVA: 0x0003D874 File Offset: 0x0003BA74
// (set) Token: 0x06000E2D RID: 3629 RVA: 0x0003D89C File Offset: 0x0003BA9C
public unsafe float g_fAttackRotateTime
{
get
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostC_Red.NativeFieldInfoPtr_g_fAttackRotateTime);
return *intPtr;
}
set
{
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostC_Red.NativeFieldInfoPtr_g_fAttackRotateTime)) = value;
}
}
// Token: 0x04000AB5 RID: 2741
private static readonly IntPtr NativeFieldInfoPtr_g_Effect;
// Token: 0x04000AB6 RID: 2742
private static readonly IntPtr NativeFieldInfoPtr_g_fAttackRadius;
// Token: 0x04000AB7 RID: 2743
private static readonly IntPtr NativeFieldInfoPtr_g_fAniMoveSpeed;
// Token: 0x04000AB8 RID: 2744
private static readonly IntPtr NativeFieldInfoPtr_g_Mat;
// Token: 0x04000AB9 RID: 2745
private static readonly IntPtr NativeFieldInfoPtr_g_EyeColor;
// Token: 0x04000ABA RID: 2746
private static readonly IntPtr NativeFieldInfoPtr_g_BodyColor;
// Token: 0x04000ABB RID: 2747
private static readonly IntPtr NativeFieldInfoPtr_g_DefaultColor;
// Token: 0x04000ABC RID: 2748
private static readonly IntPtr NativeFieldInfoPtr_g_MeshRender01;
// Token: 0x04000ABD RID: 2749
private static readonly IntPtr NativeFieldInfoPtr_g_CC02;
// Token: 0x04000ABE RID: 2750
private static readonly IntPtr NativeFieldInfoPtr_g_CCC;
// Token: 0x04000ABF RID: 2751
private static readonly IntPtr NativeFieldInfoPtr_g_BodyEffect;
// Token: 0x04000AC0 RID: 2752
private static readonly IntPtr NativeFieldInfoPtr_g_DeathEffect;
// Token: 0x04000AC1 RID: 2753
private static readonly IntPtr NativeFieldInfoPtr_g_ShakeHead;
// Token: 0x04000AC2 RID: 2754
private static readonly IntPtr NativeFieldInfoPtr_g_ShakeBody;
// Token: 0x04000AC3 RID: 2755
private static readonly IntPtr NativeFieldInfoPtr_g_Fightting;
// Token: 0x04000AC4 RID: 2756
private static readonly IntPtr NativeFieldInfoPtr_g_bRunBite;
// Token: 0x04000AC5 RID: 2757
private static readonly IntPtr NativeFieldInfoPtr_g_fAttackMoveTime;
// Token: 0x04000AC6 RID: 2758
private static readonly IntPtr NativeFieldInfoPtr_g_fAttackRotateTime;
// Token: 0x04000AC7 RID: 2759
private static readonly IntPtr NativeMethodInfoPtr_Start_Public_Virtual_Void_GameObject_NPCManage_0;
// Token: 0x04000AC8 RID: 2760
private static readonly IntPtr NativeMethodInfoPtr_Update_Public_Virtual_Void_Single_0;
// Token: 0x04000AC9 RID: 2761
private static readonly IntPtr NativeMethodInfoPtr_LateUpdate_Public_Virtual_Void_0;
// Token: 0x04000ACA RID: 2762
private static readonly IntPtr NativeMethodInfoPtr_InitStatus_Public_Virtual_New_Void_AIStatus_0;
// Token: 0x04000ACB RID: 2763
private static readonly IntPtr NativeMethodInfoPtr_EndStatus_Public_Void_AIStatus_0;
// Token: 0x04000ACC RID: 2764
private static readonly IntPtr NativeMethodInfoPtr_ResurrectionStatus_Public_Virtual_Void_0;
// Token: 0x04000ACD RID: 2765
private static readonly IntPtr NativeMethodInfoPtr_Special_Public_Virtual_Void_0;
// Token: 0x04000ACE RID: 2766
private static readonly IntPtr NativeMethodInfoPtr_Idle_Public_Virtual_Void_0;
// Token: 0x04000ACF RID: 2767
private static readonly IntPtr NativeMethodInfoPtr_Patrol_Public_Virtual_Void_0;
// Token: 0x04000AD0 RID: 2768
private static readonly IntPtr NativeMethodInfoPtr_GoHome_Public_Virtual_Void_0;
// Token: 0x04000AD1 RID: 2769
private static readonly IntPtr NativeMethodInfoPtr_Confirming_Public_Virtual_Void_0;
// Token: 0x04000AD2 RID: 2770
private static readonly IntPtr NativeMethodInfoPtr_LookFor_Public_Virtual_Void_0;
// Token: 0x04000AD3 RID: 2771
private static readonly IntPtr NativeMethodInfoPtr_Fighting_Public_Virtual_Void_0;
// Token: 0x04000AD4 RID: 2772
private static readonly IntPtr NativeMethodInfoPtr_InitFightingType_Private_Void_AIFighting_0;
// Token: 0x04000AD5 RID: 2773
private static readonly IntPtr NativeMethodInfoPtr_FWatch_Private_Void_0;
// Token: 0x04000AD6 RID: 2774
private static readonly IntPtr NativeMethodInfoPtr_HiddenStart_Private_Void_0;
// Token: 0x04000AD7 RID: 2775
private static readonly IntPtr NativeMethodInfoPtr_Hidden_Private_Void_0;
// Token: 0x04000AD8 RID: 2776
private static readonly IntPtr NativeMethodInfoPtr_HiddenEnd_Private_Void_0;
// Token: 0x04000AD9 RID: 2777
private static readonly IntPtr NativeMethodInfoPtr_HiddenLookfor_Private_Void_0;
// Token: 0x04000ADA RID: 2778
private static readonly IntPtr NativeMethodInfoPtr_HiddenAttack_Private_Void_0;
// Token: 0x04000ADB RID: 2779
private static readonly IntPtr NativeMethodInfoPtr_FBite_Private_Void_0;
// Token: 0x04000ADC RID: 2780
private static readonly IntPtr NativeMethodInfoPtr_FRunBite01_Private_Void_0;
// Token: 0x04000ADD RID: 2781
private static readonly IntPtr NativeMethodInfoPtr_FRunBite02_Private_Void_0;
// Token: 0x04000ADE RID: 2782
private static readonly IntPtr NativeMethodInfoPtr_Hear_Public_Virtual_Void_0;
// Token: 0x04000ADF RID: 2783
private static readonly IntPtr NativeMethodInfoPtr_HearCheck_Public_Virtual_Void_0;
// Token: 0x04000AE0 RID: 2784
private static readonly IntPtr NativeMethodInfoPtr_Damaged_Public_Virtual_Void_0;
// Token: 0x04000AE1 RID: 2785
private static readonly IntPtr NativeMethodInfoPtr_Death_Public_Virtual_Void_0;
// Token: 0x04000AE2 RID: 2786
private static readonly IntPtr NativeMethodInfoPtr_Destroy_Public_Virtual_Void_0;
// Token: 0x04000AE3 RID: 2787
private static readonly IntPtr NativeMethodInfoPtr_Hit_Public_Virtual_Void_AttackData_0;
// Token: 0x04000AE4 RID: 2788
private static readonly IntPtr NativeMethodInfoPtr_ReceiveSound_Public_Virtual_Void_Vector3_Single_SoundWaveType_0;
// Token: 0x04000AE5 RID: 2789
private static readonly IntPtr NativeMethodInfoPtr_Resurrection_Public_Virtual_Void_0;
// Token: 0x04000AE6 RID: 2790
private static readonly IntPtr NativeMethodInfoPtr_Create_Public_Virtual_Void_0;
// Token: 0x04000AE7 RID: 2791
private static readonly IntPtr NativeMethodInfoPtr_Remove_Public_Virtual_Void_0;
// Token: 0x04000AE8 RID: 2792
private static readonly IntPtr NativeMethodInfoPtr_SetTimeScale_Public_Virtual_Void_Single_0;
// Token: 0x04000AE9 RID: 2793
private static readonly IntPtr NativeMethodInfoPtr_SetAiStatus_Public_Virtual_Void_AIStatus_0;
// Token: 0x04000AEA RID: 2794
private static readonly IntPtr NativeMethodInfoPtr__ctor_Public_Void_0;
// Token: 0x0200007D RID: 125
public enum AIFighting
{
// Token: 0x04000AEC RID: 2796
Watch,
// Token: 0x04000AED RID: 2797
Bite,
// Token: 0x04000AEE RID: 2798
RunBite01,
// Token: 0x04000AEF RID: 2799
RunBite02,
// Token: 0x04000AF0 RID: 2800
Track,
// Token: 0x04000AF1 RID: 2801
HiddenStart,
// Token: 0x04000AF2 RID: 2802
Hidden,
// Token: 0x04000AF3 RID: 2803
HiddenEnd,
// Token: 0x04000AF4 RID: 2804
HiddenAttack,
// Token: 0x04000AF5 RID: 2805
HiddenLookfor
}
}