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

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: 0x06000E89 RID: 3721 RVA: 0x0003F20C File Offset: 0x0003D40C
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 501318, XrefRangeEnd = 501330, 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: 0x06000E8A RID: 3722 RVA: 0x0003F26C File Offset: 0x0003D46C
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 501330, XrefRangeEnd = 501334, 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: 0x06000E8B RID: 3723 RVA: 0x0003F2BC File Offset: 0x0003D4BC
[CallerCount(2)]
[CachedScanResults(RefRangeStart = 501335, RefRangeEnd = 501337, XrefRangeStart = 501334, XrefRangeEnd = 501335, 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: 0x06000E8C RID: 3724 RVA: 0x0003F308 File Offset: 0x0003D508
// 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, 100664631);
AI_GhostD_Lightning.NativeMethodInfoPtr_FightShot_Protected_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostD_Lightning>.NativeClassPtr, 100664632);
AI_GhostD_Lightning.NativeMethodInfoPtr__ctor_Public_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostD_Lightning>.NativeClassPtr, 100664633);
}
// Token: 0x06000E8D RID: 3725 RVA: 0x0003F374 File Offset: 0x0003D574
public AI_GhostD_Lightning(IntPtr pointer)
: base(pointer)
{
}
// Token: 0x04000B4A RID: 2890
private static readonly IntPtr NativeMethodInfoPtr_InitFightingType_Protected_Virtual_Void_AIFighting_0;
// Token: 0x04000B4B RID: 2891
private static readonly IntPtr NativeMethodInfoPtr_FightShot_Protected_Virtual_Void_0;
// Token: 0x04000B4C RID: 2892
private static readonly IntPtr NativeMethodInfoPtr__ctor_Public_Void_0;
}