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

1040 lines
52 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: 0x06000DF1 RID: 3569 RVA: 0x0003C730 File Offset: 0x0003A930
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 500701, XrefRangeEnd = 500824, 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: 0x06000DF2 RID: 3570 RVA: 0x0003C7AC File Offset: 0x0003A9AC
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 500824, XrefRangeEnd = 500844, 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: 0x06000DF3 RID: 3571 RVA: 0x0003C80C File Offset: 0x0003AA0C
[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: 0x06000DF4 RID: 3572 RVA: 0x0003C85C File Offset: 0x0003AA5C
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 500844, XrefRangeEnd = 500893, 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: 0x06000DF5 RID: 3573 RVA: 0x0003C8BC File Offset: 0x0003AABC
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 500893, XrefRangeEnd = 500896, 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: 0x06000DF6 RID: 3574 RVA: 0x0003C910 File Offset: 0x0003AB10
[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: 0x06000DF7 RID: 3575 RVA: 0x0003C960 File Offset: 0x0003AB60
[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: 0x06000DF8 RID: 3576 RVA: 0x0003C9B0 File Offset: 0x0003ABB0
[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: 0x06000DF9 RID: 3577 RVA: 0x0003CA00 File Offset: 0x0003AC00
[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: 0x06000DFA RID: 3578 RVA: 0x0003CA50 File Offset: 0x0003AC50
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 500896, XrefRangeEnd = 500901, 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: 0x06000DFB RID: 3579 RVA: 0x0003CAA0 File Offset: 0x0003ACA0
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 500901, XrefRangeEnd = 500905, 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: 0x06000DFC RID: 3580 RVA: 0x0003CAF0 File Offset: 0x0003ACF0
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 500905, XrefRangeEnd = 500906, 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: 0x06000DFD RID: 3581 RVA: 0x0003CB40 File Offset: 0x0003AD40
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 500906, XrefRangeEnd = 500921, 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: 0x06000DFE RID: 3582 RVA: 0x0003CB90 File Offset: 0x0003AD90
[CallerCount(4)]
[CachedScanResults(RefRangeStart = 500928, RefRangeEnd = 500932, XrefRangeStart = 500921, XrefRangeEnd = 500928, 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: 0x06000DFF RID: 3583 RVA: 0x0003CBE4 File Offset: 0x0003ADE4
[CallerCount(1)]
[CachedScanResults(RefRangeStart = 500955, RefRangeEnd = 500956, XrefRangeStart = 500932, XrefRangeEnd = 500955, 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: 0x06000E00 RID: 3584 RVA: 0x0003CC28 File Offset: 0x0003AE28
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 500956, XrefRangeEnd = 500957, 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: 0x06000E01 RID: 3585 RVA: 0x0003CC6C File Offset: 0x0003AE6C
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 500957, XrefRangeEnd = 500992, 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: 0x06000E02 RID: 3586 RVA: 0x0003CCB0 File Offset: 0x0003AEB0
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 500992, XrefRangeEnd = 500999, 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: 0x06000E03 RID: 3587 RVA: 0x0003CCF4 File Offset: 0x0003AEF4
[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: 0x06000E04 RID: 3588 RVA: 0x0003CD38 File Offset: 0x0003AF38
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 500999, XrefRangeEnd = 501012, 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: 0x06000E05 RID: 3589 RVA: 0x0003CD7C File Offset: 0x0003AF7C
[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: 0x06000E06 RID: 3590 RVA: 0x0003CDC0 File Offset: 0x0003AFC0
[CallerCount(1)]
[CachedScanResults(RefRangeStart = 501024, RefRangeEnd = 501025, XrefRangeStart = 501012, XrefRangeEnd = 501024, 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: 0x06000E07 RID: 3591 RVA: 0x0003CE04 File Offset: 0x0003B004
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 501025, XrefRangeEnd = 501032, 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: 0x06000E08 RID: 3592 RVA: 0x0003CE48 File Offset: 0x0003B048
[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: 0x06000E09 RID: 3593 RVA: 0x0003CE98 File Offset: 0x0003B098
[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: 0x06000E0A RID: 3594 RVA: 0x0003CEE8 File Offset: 0x0003B0E8
[CallerCount(1)]
[CachedScanResults(RefRangeStart = 492700, RefRangeEnd = 492701, XrefRangeStart = 492700, XrefRangeEnd = 492701, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
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: 0x06000E0B RID: 3595 RVA: 0x0003CF38 File Offset: 0x0003B138
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 501032, XrefRangeEnd = 501038, 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: 0x06000E0C RID: 3596 RVA: 0x0003CF88 File Offset: 0x0003B188
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 501038, XrefRangeEnd = 501054, 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: 0x06000E0D RID: 3597 RVA: 0x0003CFD8 File Offset: 0x0003B1D8
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 501054, XrefRangeEnd = 501111, 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: 0x06000E0E RID: 3598 RVA: 0x0003D03C File Offset: 0x0003B23C
[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: 0x06000E0F RID: 3599 RVA: 0x0003D0C4 File Offset: 0x0003B2C4
[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: 0x06000E10 RID: 3600 RVA: 0x0003D114 File Offset: 0x0003B314
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 501111, XrefRangeEnd = 501129, 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: 0x06000E11 RID: 3601 RVA: 0x0003D164 File Offset: 0x0003B364
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 501129, XrefRangeEnd = 501137, 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: 0x06000E12 RID: 3602 RVA: 0x0003D1B4 File Offset: 0x0003B3B4
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 501137, XrefRangeEnd = 501142, 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: 0x06000E13 RID: 3603 RVA: 0x0003D214 File Offset: 0x0003B414
[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: 0x06000E14 RID: 3604 RVA: 0x0003D274 File Offset: 0x0003B474
[CallerCount(1)]
[CachedScanResults(RefRangeStart = 501143, RefRangeEnd = 501144, XrefRangeStart = 501142, XrefRangeEnd = 501143, 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: 0x06000E15 RID: 3605 RVA: 0x0003D2C0 File Offset: 0x0003B4C0
// 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, 100664565);
AI_GhostC_Red.NativeMethodInfoPtr_Update_Public_Virtual_Void_Single_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, 100664566);
AI_GhostC_Red.NativeMethodInfoPtr_LateUpdate_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, 100664567);
AI_GhostC_Red.NativeMethodInfoPtr_InitStatus_Public_Virtual_New_Void_AIStatus_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, 100664568);
AI_GhostC_Red.NativeMethodInfoPtr_EndStatus_Public_Void_AIStatus_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, 100664569);
AI_GhostC_Red.NativeMethodInfoPtr_ResurrectionStatus_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, 100664570);
AI_GhostC_Red.NativeMethodInfoPtr_Special_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, 100664571);
AI_GhostC_Red.NativeMethodInfoPtr_Idle_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, 100664572);
AI_GhostC_Red.NativeMethodInfoPtr_Patrol_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, 100664573);
AI_GhostC_Red.NativeMethodInfoPtr_GoHome_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, 100664574);
AI_GhostC_Red.NativeMethodInfoPtr_Confirming_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, 100664575);
AI_GhostC_Red.NativeMethodInfoPtr_LookFor_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, 100664576);
AI_GhostC_Red.NativeMethodInfoPtr_Fighting_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, 100664577);
AI_GhostC_Red.NativeMethodInfoPtr_InitFightingType_Private_Void_AIFighting_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, 100664578);
AI_GhostC_Red.NativeMethodInfoPtr_FWatch_Private_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, 100664579);
AI_GhostC_Red.NativeMethodInfoPtr_HiddenStart_Private_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, 100664580);
AI_GhostC_Red.NativeMethodInfoPtr_Hidden_Private_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, 100664581);
AI_GhostC_Red.NativeMethodInfoPtr_HiddenEnd_Private_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, 100664582);
AI_GhostC_Red.NativeMethodInfoPtr_HiddenLookfor_Private_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, 100664583);
AI_GhostC_Red.NativeMethodInfoPtr_HiddenAttack_Private_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, 100664584);
AI_GhostC_Red.NativeMethodInfoPtr_FBite_Private_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, 100664585);
AI_GhostC_Red.NativeMethodInfoPtr_FRunBite01_Private_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, 100664586);
AI_GhostC_Red.NativeMethodInfoPtr_FRunBite02_Private_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, 100664587);
AI_GhostC_Red.NativeMethodInfoPtr_Hear_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, 100664588);
AI_GhostC_Red.NativeMethodInfoPtr_HearCheck_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, 100664589);
AI_GhostC_Red.NativeMethodInfoPtr_Damaged_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, 100664590);
AI_GhostC_Red.NativeMethodInfoPtr_Death_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, 100664591);
AI_GhostC_Red.NativeMethodInfoPtr_Destroy_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, 100664592);
AI_GhostC_Red.NativeMethodInfoPtr_Hit_Public_Virtual_Void_AttackData_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, 100664593);
AI_GhostC_Red.NativeMethodInfoPtr_ReceiveSound_Public_Virtual_Void_Vector3_Single_SoundWaveType_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, 100664594);
AI_GhostC_Red.NativeMethodInfoPtr_Resurrection_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, 100664595);
AI_GhostC_Red.NativeMethodInfoPtr_Create_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, 100664596);
AI_GhostC_Red.NativeMethodInfoPtr_Remove_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, 100664597);
AI_GhostC_Red.NativeMethodInfoPtr_SetTimeScale_Public_Virtual_Void_Single_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, 100664598);
AI_GhostC_Red.NativeMethodInfoPtr_SetAiStatus_Public_Virtual_Void_AIStatus_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, 100664599);
AI_GhostC_Red.NativeMethodInfoPtr__ctor_Public_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_Red>.NativeClassPtr, 100664600);
}
// Token: 0x06000E16 RID: 3606 RVA: 0x0001D7C8 File Offset: 0x0001B9C8
public AI_GhostC_Red(IntPtr pointer)
: base(pointer)
{
}
// Token: 0x1700044C RID: 1100
// (get) Token: 0x06000E17 RID: 3607 RVA: 0x0003D728 File Offset: 0x0003B928
// (set) Token: 0x06000E18 RID: 3608 RVA: 0x0003D75C File Offset: 0x0003B95C
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: 0x1700044D RID: 1101
// (get) Token: 0x06000E19 RID: 3609 RVA: 0x0003D784 File Offset: 0x0003B984
// (set) Token: 0x06000E1A RID: 3610 RVA: 0x0003D7AC File Offset: 0x0003B9AC
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: 0x1700044E RID: 1102
// (get) Token: 0x06000E1B RID: 3611 RVA: 0x0003D7D0 File Offset: 0x0003B9D0
// (set) Token: 0x06000E1C RID: 3612 RVA: 0x0003D7F8 File Offset: 0x0003B9F8
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: 0x1700044F RID: 1103
// (get) Token: 0x06000E1D RID: 3613 RVA: 0x0003D81C File Offset: 0x0003BA1C
// (set) Token: 0x06000E1E RID: 3614 RVA: 0x0003D850 File Offset: 0x0003BA50
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: 0x17000450 RID: 1104
// (get) Token: 0x06000E1F RID: 3615 RVA: 0x0003D878 File Offset: 0x0003BA78
// (set) Token: 0x06000E20 RID: 3616 RVA: 0x0003D8A0 File Offset: 0x0003BAA0
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: 0x17000451 RID: 1105
// (get) Token: 0x06000E21 RID: 3617 RVA: 0x0003D8C4 File Offset: 0x0003BAC4
// (set) Token: 0x06000E22 RID: 3618 RVA: 0x0003D8EC File Offset: 0x0003BAEC
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: 0x17000452 RID: 1106
// (get) Token: 0x06000E23 RID: 3619 RVA: 0x0003D910 File Offset: 0x0003BB10
// (set) Token: 0x06000E24 RID: 3620 RVA: 0x0003D938 File Offset: 0x0003BB38
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: 0x17000453 RID: 1107
// (get) Token: 0x06000E25 RID: 3621 RVA: 0x0003D95C File Offset: 0x0003BB5C
// (set) Token: 0x06000E26 RID: 3622 RVA: 0x0003D990 File Offset: 0x0003BB90
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: 0x17000454 RID: 1108
// (get) Token: 0x06000E27 RID: 3623 RVA: 0x0003D9B8 File Offset: 0x0003BBB8
// (set) Token: 0x06000E28 RID: 3624 RVA: 0x0003D9EC File Offset: 0x0003BBEC
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: 0x17000455 RID: 1109
// (get) Token: 0x06000E29 RID: 3625 RVA: 0x0003DA14 File Offset: 0x0003BC14
// (set) Token: 0x06000E2A RID: 3626 RVA: 0x0003DA48 File Offset: 0x0003BC48
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: 0x17000456 RID: 1110
// (get) Token: 0x06000E2B RID: 3627 RVA: 0x0003DA70 File Offset: 0x0003BC70
// (set) Token: 0x06000E2C RID: 3628 RVA: 0x0003DAA4 File Offset: 0x0003BCA4
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: 0x17000457 RID: 1111
// (get) Token: 0x06000E2D RID: 3629 RVA: 0x0003DACC File Offset: 0x0003BCCC
// (set) Token: 0x06000E2E RID: 3630 RVA: 0x0003DB00 File Offset: 0x0003BD00
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: 0x17000458 RID: 1112
// (get) Token: 0x06000E2F RID: 3631 RVA: 0x0003DB28 File Offset: 0x0003BD28
// (set) Token: 0x06000E30 RID: 3632 RVA: 0x0003DB5C File Offset: 0x0003BD5C
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: 0x17000459 RID: 1113
// (get) Token: 0x06000E31 RID: 3633 RVA: 0x0003DB84 File Offset: 0x0003BD84
// (set) Token: 0x06000E32 RID: 3634 RVA: 0x0003DBB8 File Offset: 0x0003BDB8
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: 0x1700045A RID: 1114
// (get) Token: 0x06000E33 RID: 3635 RVA: 0x0003DBE0 File Offset: 0x0003BDE0
// (set) Token: 0x06000E34 RID: 3636 RVA: 0x0003DC08 File Offset: 0x0003BE08
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: 0x1700045B RID: 1115
// (get) Token: 0x06000E35 RID: 3637 RVA: 0x0003DC2C File Offset: 0x0003BE2C
// (set) Token: 0x06000E36 RID: 3638 RVA: 0x0003DC54 File Offset: 0x0003BE54
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: 0x1700045C RID: 1116
// (get) Token: 0x06000E37 RID: 3639 RVA: 0x0003DC78 File Offset: 0x0003BE78
// (set) Token: 0x06000E38 RID: 3640 RVA: 0x0003DCA0 File Offset: 0x0003BEA0
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: 0x1700045D RID: 1117
// (get) Token: 0x06000E39 RID: 3641 RVA: 0x0003DCC4 File Offset: 0x0003BEC4
// (set) Token: 0x06000E3A RID: 3642 RVA: 0x0003DCEC File Offset: 0x0003BEEC
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: 0x04000ACE RID: 2766
private static readonly IntPtr NativeFieldInfoPtr_g_Effect;
// Token: 0x04000ACF RID: 2767
private static readonly IntPtr NativeFieldInfoPtr_g_fAttackRadius;
// Token: 0x04000AD0 RID: 2768
private static readonly IntPtr NativeFieldInfoPtr_g_fAniMoveSpeed;
// Token: 0x04000AD1 RID: 2769
private static readonly IntPtr NativeFieldInfoPtr_g_Mat;
// Token: 0x04000AD2 RID: 2770
private static readonly IntPtr NativeFieldInfoPtr_g_EyeColor;
// Token: 0x04000AD3 RID: 2771
private static readonly IntPtr NativeFieldInfoPtr_g_BodyColor;
// Token: 0x04000AD4 RID: 2772
private static readonly IntPtr NativeFieldInfoPtr_g_DefaultColor;
// Token: 0x04000AD5 RID: 2773
private static readonly IntPtr NativeFieldInfoPtr_g_MeshRender01;
// Token: 0x04000AD6 RID: 2774
private static readonly IntPtr NativeFieldInfoPtr_g_CC02;
// Token: 0x04000AD7 RID: 2775
private static readonly IntPtr NativeFieldInfoPtr_g_CCC;
// Token: 0x04000AD8 RID: 2776
private static readonly IntPtr NativeFieldInfoPtr_g_BodyEffect;
// Token: 0x04000AD9 RID: 2777
private static readonly IntPtr NativeFieldInfoPtr_g_DeathEffect;
// Token: 0x04000ADA RID: 2778
private static readonly IntPtr NativeFieldInfoPtr_g_ShakeHead;
// Token: 0x04000ADB RID: 2779
private static readonly IntPtr NativeFieldInfoPtr_g_ShakeBody;
// Token: 0x04000ADC RID: 2780
private static readonly IntPtr NativeFieldInfoPtr_g_Fightting;
// Token: 0x04000ADD RID: 2781
private static readonly IntPtr NativeFieldInfoPtr_g_bRunBite;
// Token: 0x04000ADE RID: 2782
private static readonly IntPtr NativeFieldInfoPtr_g_fAttackMoveTime;
// Token: 0x04000ADF RID: 2783
private static readonly IntPtr NativeFieldInfoPtr_g_fAttackRotateTime;
// Token: 0x04000AE0 RID: 2784
private static readonly IntPtr NativeMethodInfoPtr_Start_Public_Virtual_Void_GameObject_NPCManage_0;
// Token: 0x04000AE1 RID: 2785
private static readonly IntPtr NativeMethodInfoPtr_Update_Public_Virtual_Void_Single_0;
// Token: 0x04000AE2 RID: 2786
private static readonly IntPtr NativeMethodInfoPtr_LateUpdate_Public_Virtual_Void_0;
// Token: 0x04000AE3 RID: 2787
private static readonly IntPtr NativeMethodInfoPtr_InitStatus_Public_Virtual_New_Void_AIStatus_0;
// Token: 0x04000AE4 RID: 2788
private static readonly IntPtr NativeMethodInfoPtr_EndStatus_Public_Void_AIStatus_0;
// Token: 0x04000AE5 RID: 2789
private static readonly IntPtr NativeMethodInfoPtr_ResurrectionStatus_Public_Virtual_Void_0;
// Token: 0x04000AE6 RID: 2790
private static readonly IntPtr NativeMethodInfoPtr_Special_Public_Virtual_Void_0;
// Token: 0x04000AE7 RID: 2791
private static readonly IntPtr NativeMethodInfoPtr_Idle_Public_Virtual_Void_0;
// Token: 0x04000AE8 RID: 2792
private static readonly IntPtr NativeMethodInfoPtr_Patrol_Public_Virtual_Void_0;
// Token: 0x04000AE9 RID: 2793
private static readonly IntPtr NativeMethodInfoPtr_GoHome_Public_Virtual_Void_0;
// Token: 0x04000AEA RID: 2794
private static readonly IntPtr NativeMethodInfoPtr_Confirming_Public_Virtual_Void_0;
// Token: 0x04000AEB RID: 2795
private static readonly IntPtr NativeMethodInfoPtr_LookFor_Public_Virtual_Void_0;
// Token: 0x04000AEC RID: 2796
private static readonly IntPtr NativeMethodInfoPtr_Fighting_Public_Virtual_Void_0;
// Token: 0x04000AED RID: 2797
private static readonly IntPtr NativeMethodInfoPtr_InitFightingType_Private_Void_AIFighting_0;
// Token: 0x04000AEE RID: 2798
private static readonly IntPtr NativeMethodInfoPtr_FWatch_Private_Void_0;
// Token: 0x04000AEF RID: 2799
private static readonly IntPtr NativeMethodInfoPtr_HiddenStart_Private_Void_0;
// Token: 0x04000AF0 RID: 2800
private static readonly IntPtr NativeMethodInfoPtr_Hidden_Private_Void_0;
// Token: 0x04000AF1 RID: 2801
private static readonly IntPtr NativeMethodInfoPtr_HiddenEnd_Private_Void_0;
// Token: 0x04000AF2 RID: 2802
private static readonly IntPtr NativeMethodInfoPtr_HiddenLookfor_Private_Void_0;
// Token: 0x04000AF3 RID: 2803
private static readonly IntPtr NativeMethodInfoPtr_HiddenAttack_Private_Void_0;
// Token: 0x04000AF4 RID: 2804
private static readonly IntPtr NativeMethodInfoPtr_FBite_Private_Void_0;
// Token: 0x04000AF5 RID: 2805
private static readonly IntPtr NativeMethodInfoPtr_FRunBite01_Private_Void_0;
// Token: 0x04000AF6 RID: 2806
private static readonly IntPtr NativeMethodInfoPtr_FRunBite02_Private_Void_0;
// Token: 0x04000AF7 RID: 2807
private static readonly IntPtr NativeMethodInfoPtr_Hear_Public_Virtual_Void_0;
// Token: 0x04000AF8 RID: 2808
private static readonly IntPtr NativeMethodInfoPtr_HearCheck_Public_Virtual_Void_0;
// Token: 0x04000AF9 RID: 2809
private static readonly IntPtr NativeMethodInfoPtr_Damaged_Public_Virtual_Void_0;
// Token: 0x04000AFA RID: 2810
private static readonly IntPtr NativeMethodInfoPtr_Death_Public_Virtual_Void_0;
// Token: 0x04000AFB RID: 2811
private static readonly IntPtr NativeMethodInfoPtr_Destroy_Public_Virtual_Void_0;
// Token: 0x04000AFC RID: 2812
private static readonly IntPtr NativeMethodInfoPtr_Hit_Public_Virtual_Void_AttackData_0;
// Token: 0x04000AFD RID: 2813
private static readonly IntPtr NativeMethodInfoPtr_ReceiveSound_Public_Virtual_Void_Vector3_Single_SoundWaveType_0;
// Token: 0x04000AFE RID: 2814
private static readonly IntPtr NativeMethodInfoPtr_Resurrection_Public_Virtual_Void_0;
// Token: 0x04000AFF RID: 2815
private static readonly IntPtr NativeMethodInfoPtr_Create_Public_Virtual_Void_0;
// Token: 0x04000B00 RID: 2816
private static readonly IntPtr NativeMethodInfoPtr_Remove_Public_Virtual_Void_0;
// Token: 0x04000B01 RID: 2817
private static readonly IntPtr NativeMethodInfoPtr_SetTimeScale_Public_Virtual_Void_Single_0;
// Token: 0x04000B02 RID: 2818
private static readonly IntPtr NativeMethodInfoPtr_SetAiStatus_Public_Virtual_Void_AIStatus_0;
// Token: 0x04000B03 RID: 2819
private static readonly IntPtr NativeMethodInfoPtr__ctor_Public_Void_0;
// Token: 0x0200007D RID: 125
public enum AIFighting
{
// Token: 0x04000B05 RID: 2821
Watch,
// Token: 0x04000B06 RID: 2822
Bite,
// Token: 0x04000B07 RID: 2823
RunBite01,
// Token: 0x04000B08 RID: 2824
RunBite02,
// Token: 0x04000B09 RID: 2825
Track,
// Token: 0x04000B0A RID: 2826
HiddenStart,
// Token: 0x04000B0B RID: 2827
Hidden,
// Token: 0x04000B0C RID: 2828
HiddenEnd,
// Token: 0x04000B0D RID: 2829
HiddenAttack,
// Token: 0x04000B0E RID: 2830
HiddenLookfor
}
}