76 lines
3.7 KiB
C#
76 lines
3.7 KiB
C#
using System;
|
|
using Il2CppInterop.Common.Attributes;
|
|
using Il2CppInterop.Runtime;
|
|
using UnityEngine;
|
|
|
|
// Token: 0x02000079 RID: 121
|
|
public class AI_GhostC_Dark : AI_GhostC
|
|
{
|
|
// Token: 0x06000DBD RID: 3517 RVA: 0x0003B834 File Offset: 0x00039A34
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 497643, XrefRangeEnd = 497644, 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_Dark.NativeMethodInfoPtr_Start_Public_Virtual_Void_GameObject_NPCManage_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
|
|
// Token: 0x06000DBE RID: 3518 RVA: 0x0003B8B0 File Offset: 0x00039AB0
|
|
[CallerCount(0)]
|
|
public unsafe override void SetFightTrackWaitTime()
|
|
{
|
|
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_Dark.NativeMethodInfoPtr_SetFightTrackWaitTime_Protected_Virtual_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
|
|
// Token: 0x06000DBF RID: 3519 RVA: 0x0003B900 File Offset: 0x00039B00
|
|
[CallerCount(5)]
|
|
[CachedScanResults(RefRangeStart = 497270, RefRangeEnd = 497275, XrefRangeStart = 497270, XrefRangeEnd = 497275, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
|
public unsafe AI_GhostC_Dark()
|
|
: this(IL2CPP.il2cpp_object_new(Il2CppClassPointerStore<AI_GhostC_Dark>.NativeClassPtr))
|
|
{
|
|
IntPtr* ptr = null;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(AI_GhostC_Dark.NativeMethodInfoPtr__ctor_Public_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
|
|
// Token: 0x06000DC0 RID: 3520 RVA: 0x0003B94C File Offset: 0x00039B4C
|
|
// Note: this type is marked as 'beforefieldinit'.
|
|
static AI_GhostC_Dark()
|
|
{
|
|
Il2CppClassPointerStore<AI_GhostC_Dark>.NativeClassPtr = IL2CPP.GetIl2CppClass("Assembly-CSharp.dll", "", "AI_GhostC_Dark");
|
|
IL2CPP.il2cpp_runtime_class_init(Il2CppClassPointerStore<AI_GhostC_Dark>.NativeClassPtr);
|
|
AI_GhostC_Dark.NativeMethodInfoPtr_Start_Public_Virtual_Void_GameObject_NPCManage_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_Dark>.NativeClassPtr, 100664543);
|
|
AI_GhostC_Dark.NativeMethodInfoPtr_SetFightTrackWaitTime_Protected_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_Dark>.NativeClassPtr, 100664544);
|
|
AI_GhostC_Dark.NativeMethodInfoPtr__ctor_Public_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostC_Dark>.NativeClassPtr, 100664545);
|
|
}
|
|
|
|
// Token: 0x06000DC1 RID: 3521 RVA: 0x0003AA84 File Offset: 0x00038C84
|
|
public AI_GhostC_Dark(IntPtr pointer)
|
|
: base(pointer)
|
|
{
|
|
}
|
|
|
|
// Token: 0x04000A93 RID: 2707
|
|
private static readonly IntPtr NativeMethodInfoPtr_Start_Public_Virtual_Void_GameObject_NPCManage_0;
|
|
|
|
// Token: 0x04000A94 RID: 2708
|
|
private static readonly IntPtr NativeMethodInfoPtr_SetFightTrackWaitTime_Protected_Virtual_Void_0;
|
|
|
|
// Token: 0x04000A95 RID: 2709
|
|
private static readonly IntPtr NativeMethodInfoPtr__ctor_Public_Void_0;
|
|
}
|