74 lines
3.8 KiB
C#
74 lines
3.8 KiB
C#
using System;
|
|
using Il2CppInterop.Common.Attributes;
|
|
using Il2CppInterop.Runtime;
|
|
|
|
// Token: 0x02000080 RID: 128
|
|
public class AI_GhostD_Lightning : AI_GhostD
|
|
{
|
|
// Token: 0x06000E7C RID: 3708 RVA: 0x0003EDBC File Offset: 0x0003CFBC
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 498416, XrefRangeEnd = 498428, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
|
public unsafe override void InitFightingType(AI_GhostD.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(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), AI_GhostD_Lightning.NativeMethodInfoPtr_InitFightingType_Protected_Virtual_Void_AIFighting_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
}
|
|
|
|
// Token: 0x06000E7D RID: 3709 RVA: 0x0003EE1C File Offset: 0x0003D01C
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 498428, XrefRangeEnd = 498432, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
|
public unsafe override void FightShot()
|
|
{
|
|
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IntPtr* ptr = null;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), AI_GhostD_Lightning.NativeMethodInfoPtr_FightShot_Protected_Virtual_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
|
|
// Token: 0x06000E7E RID: 3710 RVA: 0x0003EE6C File Offset: 0x0003D06C
|
|
[CallerCount(3)]
|
|
[CachedScanResults(RefRangeStart = 498413, RefRangeEnd = 498416, XrefRangeStart = 498413, XrefRangeEnd = 498416, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
|
public unsafe AI_GhostD_Lightning()
|
|
: this(IL2CPP.il2cpp_object_new(Il2CppClassPointerStore<AI_GhostD_Lightning>.NativeClassPtr))
|
|
{
|
|
IntPtr* ptr = null;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(AI_GhostD_Lightning.NativeMethodInfoPtr__ctor_Public_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
|
|
// Token: 0x06000E7F RID: 3711 RVA: 0x0003EEB8 File Offset: 0x0003D0B8
|
|
// Note: this type is marked as 'beforefieldinit'.
|
|
static AI_GhostD_Lightning()
|
|
{
|
|
Il2CppClassPointerStore<AI_GhostD_Lightning>.NativeClassPtr = IL2CPP.GetIl2CppClass("Assembly-CSharp.dll", "", "AI_GhostD_Lightning");
|
|
IL2CPP.il2cpp_runtime_class_init(Il2CppClassPointerStore<AI_GhostD_Lightning>.NativeClassPtr);
|
|
AI_GhostD_Lightning.NativeMethodInfoPtr_InitFightingType_Protected_Virtual_Void_AIFighting_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostD_Lightning>.NativeClassPtr, 100664628);
|
|
AI_GhostD_Lightning.NativeMethodInfoPtr_FightShot_Protected_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostD_Lightning>.NativeClassPtr, 100664629);
|
|
AI_GhostD_Lightning.NativeMethodInfoPtr__ctor_Public_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostD_Lightning>.NativeClassPtr, 100664630);
|
|
}
|
|
|
|
// Token: 0x06000E80 RID: 3712 RVA: 0x0003EF24 File Offset: 0x0003D124
|
|
public AI_GhostD_Lightning(IntPtr pointer)
|
|
: base(pointer)
|
|
{
|
|
}
|
|
|
|
// Token: 0x04000B31 RID: 2865
|
|
private static readonly IntPtr NativeMethodInfoPtr_InitFightingType_Protected_Virtual_Void_AIFighting_0;
|
|
|
|
// Token: 0x04000B32 RID: 2866
|
|
private static readonly IntPtr NativeMethodInfoPtr_FightShot_Protected_Virtual_Void_0;
|
|
|
|
// Token: 0x04000B33 RID: 2867
|
|
private static readonly IntPtr NativeMethodInfoPtr__ctor_Public_Void_0;
|
|
}
|