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

366 lines
18 KiB
C#

using System;
using Il2CppInterop.Common.Attributes;
using Il2CppInterop.Runtime;
using UnityEngine;
// Token: 0x02000077 RID: 119
public class AI_GhostC_B_Red : AI_GhostC
{
// Token: 0x06000DA6 RID: 3494 RVA: 0x0003B134 File Offset: 0x00039334
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 497510, XrefRangeEnd = 497512, 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_B_Red.NativeMethodInfoPtr_Start_Public_Virtual_Void_GameObject_NPCManage_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06000DA7 RID: 3495 RVA: 0x0003B1B0 File Offset: 0x000393B0
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 497512, XrefRangeEnd = 497520, 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_B_Red.NativeMethodInfoPtr_Update_Public_Virtual_Void_Single_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
}
// Token: 0x06000DA8 RID: 3496 RVA: 0x0003B210 File Offset: 0x00039410
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 497520, XrefRangeEnd = 497525, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe override 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_B_Red.NativeMethodInfoPtr_InitStatus_Public_Virtual_Void_AIStatus_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
}
// Token: 0x06000DA9 RID: 3497 RVA: 0x0003B270 File Offset: 0x00039470
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 0, XrefRangeEnd = 0, 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_B_Red.NativeMethodInfoPtr_Confirming_Public_Virtual_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06000DAA RID: 3498 RVA: 0x0003B2C0 File Offset: 0x000394C0
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 497525, XrefRangeEnd = 497526, 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_B_Red.NativeMethodInfoPtr_Fighting_Public_Virtual_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06000DAB RID: 3499 RVA: 0x0003B310 File Offset: 0x00039510
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 497526, XrefRangeEnd = 497530, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe void InitFightingType(AI_GhostC_B_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_B_Red.NativeMethodInfoPtr_InitFightingType_Private_Void_AIFighting_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
}
// Token: 0x06000DAC RID: 3500 RVA: 0x0003B364 File Offset: 0x00039564
[CallerCount(1)]
[CachedScanResults(RefRangeStart = 497548, RefRangeEnd = 497549, XrefRangeStart = 497530, XrefRangeEnd = 497548, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public new unsafe void FWatch()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(AI_GhostC_B_Red.NativeMethodInfoPtr_FWatch_Private_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06000DAD RID: 3501 RVA: 0x0003B3A8 File Offset: 0x000395A8
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 497549, XrefRangeEnd = 497558, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public new unsafe void FTrack()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(AI_GhostC_B_Red.NativeMethodInfoPtr_FTrack_Private_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06000DAE RID: 3502 RVA: 0x0003B3EC File Offset: 0x000395EC
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 497558, XrefRangeEnd = 497562, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public new unsafe void FBite()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(AI_GhostC_B_Red.NativeMethodInfoPtr_FBite_Private_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06000DAF RID: 3503 RVA: 0x0003B430 File Offset: 0x00039630
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 497562, XrefRangeEnd = 497566, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe void FSpit()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(AI_GhostC_B_Red.NativeMethodInfoPtr_FSpit_Private_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06000DB0 RID: 3504 RVA: 0x0003B474 File Offset: 0x00039674
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 497566, XrefRangeEnd = 497570, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe void FSpitFire()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(AI_GhostC_B_Red.NativeMethodInfoPtr_FSpitFire_Private_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06000DB1 RID: 3505 RVA: 0x0003B4B8 File Offset: 0x000396B8
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 497570, XrefRangeEnd = 497576, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe void FSpitFireLoop()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(AI_GhostC_B_Red.NativeMethodInfoPtr_FSpitFireLoop_Private_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06000DB2 RID: 3506 RVA: 0x0003B4FC File Offset: 0x000396FC
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 497576, XrefRangeEnd = 497581, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe void FSpitFireEnd()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(AI_GhostC_B_Red.NativeMethodInfoPtr_FSpitFireEnd_Private_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06000DB3 RID: 3507 RVA: 0x0003B540 File Offset: 0x00039740
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 497581, XrefRangeEnd = 497643, 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_B_Red.NativeMethodInfoPtr_Hit_Public_Virtual_Void_AttackData_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
}
// Token: 0x06000DB4 RID: 3508 RVA: 0x0003B5A4 File Offset: 0x000397A4
[CallerCount(5)]
[CachedScanResults(RefRangeStart = 497270, RefRangeEnd = 497275, XrefRangeStart = 497270, XrefRangeEnd = 497275, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe AI_GhostC_B_Red()
: this(IL2CPP.il2cpp_object_new(Il2CppClassPointerStore<AI_GhostC_B_Red>.NativeClassPtr))
{
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(AI_GhostC_B_Red.NativeMethodInfoPtr__ctor_Public_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06000DB5 RID: 3509 RVA: 0x0003B5F0 File Offset: 0x000397F0
// Note: this type is marked as 'beforefieldinit'.
static AI_GhostC_B_Red()
{
Il2CppClassPointerStore<AI_GhostC_B_Red>.NativeClassPtr = IL2CPP.GetIl2CppClass("Assembly-CSharp.dll", "", "AI_GhostC_B_Red");
IL2CPP.il2cpp_runtime_class_init(Il2CppClassPointerStore<AI_GhostC_B_Red>.NativeClassPtr);
AI_GhostC_B_Red.NativeFieldInfoPtr_g_Fightting = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<AI_GhostC_B_Red>.NativeClassPtr, "g_Fightting");
AI_GhostC_B_Red.NativeFieldInfoPtr_g_fNormailVision = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<AI_GhostC_B_Red>.NativeClassPtr, "g_fNormailVision");
AI_GhostC_B_Red.NativeFieldInfoPtr_g_fFightVision = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<AI_GhostC_B_Red>.NativeClassPtr, "g_fFightVision");
AI_GhostC_B_Red.NativeMethodInfoPtr_Start_Public_Virtual_Void_GameObject_NPCManage_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_B_Red>.NativeClassPtr, 100664528);
AI_GhostC_B_Red.NativeMethodInfoPtr_Update_Public_Virtual_Void_Single_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_B_Red>.NativeClassPtr, 100664529);
AI_GhostC_B_Red.NativeMethodInfoPtr_InitStatus_Public_Virtual_Void_AIStatus_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_B_Red>.NativeClassPtr, 100664530);
AI_GhostC_B_Red.NativeMethodInfoPtr_Confirming_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_B_Red>.NativeClassPtr, 100664531);
AI_GhostC_B_Red.NativeMethodInfoPtr_Fighting_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_B_Red>.NativeClassPtr, 100664532);
AI_GhostC_B_Red.NativeMethodInfoPtr_InitFightingType_Private_Void_AIFighting_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_B_Red>.NativeClassPtr, 100664533);
AI_GhostC_B_Red.NativeMethodInfoPtr_FWatch_Private_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_B_Red>.NativeClassPtr, 100664534);
AI_GhostC_B_Red.NativeMethodInfoPtr_FTrack_Private_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_B_Red>.NativeClassPtr, 100664535);
AI_GhostC_B_Red.NativeMethodInfoPtr_FBite_Private_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_B_Red>.NativeClassPtr, 100664536);
AI_GhostC_B_Red.NativeMethodInfoPtr_FSpit_Private_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_B_Red>.NativeClassPtr, 100664537);
AI_GhostC_B_Red.NativeMethodInfoPtr_FSpitFire_Private_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_B_Red>.NativeClassPtr, 100664538);
AI_GhostC_B_Red.NativeMethodInfoPtr_FSpitFireLoop_Private_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_B_Red>.NativeClassPtr, 100664539);
AI_GhostC_B_Red.NativeMethodInfoPtr_FSpitFireEnd_Private_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_B_Red>.NativeClassPtr, 100664540);
AI_GhostC_B_Red.NativeMethodInfoPtr_Hit_Public_Virtual_Void_AttackData_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_B_Red>.NativeClassPtr, 100664541);
AI_GhostC_B_Red.NativeMethodInfoPtr__ctor_Public_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_B_Red>.NativeClassPtr, 100664542);
}
// Token: 0x06000DB6 RID: 3510 RVA: 0x0003AA84 File Offset: 0x00038C84
public AI_GhostC_B_Red(IntPtr pointer)
: base(pointer)
{
}
// Token: 0x1700043C RID: 1084
// (get) Token: 0x06000DB7 RID: 3511 RVA: 0x0003B788 File Offset: 0x00039988
// (set) Token: 0x06000DB8 RID: 3512 RVA: 0x0003B7B0 File Offset: 0x000399B0
public new unsafe AI_GhostC_B_Red.AIFighting g_Fightting
{
get
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostC_B_Red.NativeFieldInfoPtr_g_Fightting);
return *intPtr;
}
set
{
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostC_B_Red.NativeFieldInfoPtr_g_Fightting)) = value;
}
}
// Token: 0x1700043D RID: 1085
// (get) Token: 0x06000DB9 RID: 3513 RVA: 0x0003B7D4 File Offset: 0x000399D4
// (set) Token: 0x06000DBA RID: 3514 RVA: 0x0003B7F2 File Offset: 0x000399F2
public unsafe static float g_fNormailVision
{
get
{
float num;
IL2CPP.il2cpp_field_static_get_value(AI_GhostC_B_Red.NativeFieldInfoPtr_g_fNormailVision, (void*)(&num));
return num;
}
set
{
IL2CPP.il2cpp_field_static_set_value(AI_GhostC_B_Red.NativeFieldInfoPtr_g_fNormailVision, (void*)(&value));
}
}
// Token: 0x1700043E RID: 1086
// (get) Token: 0x06000DBB RID: 3515 RVA: 0x0003B804 File Offset: 0x00039A04
// (set) Token: 0x06000DBC RID: 3516 RVA: 0x0003B822 File Offset: 0x00039A22
public unsafe static float g_fFightVision
{
get
{
float num;
IL2CPP.il2cpp_field_static_get_value(AI_GhostC_B_Red.NativeFieldInfoPtr_g_fFightVision, (void*)(&num));
return num;
}
set
{
IL2CPP.il2cpp_field_static_set_value(AI_GhostC_B_Red.NativeFieldInfoPtr_g_fFightVision, (void*)(&value));
}
}
// Token: 0x04000A79 RID: 2681
private static readonly IntPtr NativeFieldInfoPtr_g_Fightting;
// Token: 0x04000A7A RID: 2682
private static readonly IntPtr NativeFieldInfoPtr_g_fNormailVision;
// Token: 0x04000A7B RID: 2683
private static readonly IntPtr NativeFieldInfoPtr_g_fFightVision;
// Token: 0x04000A7C RID: 2684
private static readonly IntPtr NativeMethodInfoPtr_Start_Public_Virtual_Void_GameObject_NPCManage_0;
// Token: 0x04000A7D RID: 2685
private static readonly IntPtr NativeMethodInfoPtr_Update_Public_Virtual_Void_Single_0;
// Token: 0x04000A7E RID: 2686
private static readonly IntPtr NativeMethodInfoPtr_InitStatus_Public_Virtual_Void_AIStatus_0;
// Token: 0x04000A7F RID: 2687
private static readonly IntPtr NativeMethodInfoPtr_Confirming_Public_Virtual_Void_0;
// Token: 0x04000A80 RID: 2688
private static readonly IntPtr NativeMethodInfoPtr_Fighting_Public_Virtual_Void_0;
// Token: 0x04000A81 RID: 2689
private static readonly IntPtr NativeMethodInfoPtr_InitFightingType_Private_Void_AIFighting_0;
// Token: 0x04000A82 RID: 2690
private static readonly IntPtr NativeMethodInfoPtr_FWatch_Private_Void_0;
// Token: 0x04000A83 RID: 2691
private static readonly IntPtr NativeMethodInfoPtr_FTrack_Private_Void_0;
// Token: 0x04000A84 RID: 2692
private static readonly IntPtr NativeMethodInfoPtr_FBite_Private_Void_0;
// Token: 0x04000A85 RID: 2693
private static readonly IntPtr NativeMethodInfoPtr_FSpit_Private_Void_0;
// Token: 0x04000A86 RID: 2694
private static readonly IntPtr NativeMethodInfoPtr_FSpitFire_Private_Void_0;
// Token: 0x04000A87 RID: 2695
private static readonly IntPtr NativeMethodInfoPtr_FSpitFireLoop_Private_Void_0;
// Token: 0x04000A88 RID: 2696
private static readonly IntPtr NativeMethodInfoPtr_FSpitFireEnd_Private_Void_0;
// Token: 0x04000A89 RID: 2697
private static readonly IntPtr NativeMethodInfoPtr_Hit_Public_Virtual_Void_AttackData_0;
// Token: 0x04000A8A RID: 2698
private static readonly IntPtr NativeMethodInfoPtr__ctor_Public_Void_0;
// Token: 0x02000078 RID: 120
public new enum AIFighting
{
// Token: 0x04000A8C RID: 2700
Watch,
// Token: 0x04000A8D RID: 2701
Track,
// Token: 0x04000A8E RID: 2702
Bite,
// Token: 0x04000A8F RID: 2703
Spit,
// Token: 0x04000A90 RID: 2704
SpitFire,
// Token: 0x04000A91 RID: 2705
SpitFireLoop,
// Token: 0x04000A92 RID: 2706
SpitFireEnd
}
}