Add v1.0.3.1
This commit is contained in:
73
Interop/Assembly-CSharp/AI_GhostD_Lightning.cs
Normal file
73
Interop/Assembly-CSharp/AI_GhostD_Lightning.cs
Normal file
@@ -0,0 +1,73 @@
|
||||
using System;
|
||||
using Il2CppInterop.Common.Attributes;
|
||||
using Il2CppInterop.Runtime;
|
||||
|
||||
// Token: 0x0200007F RID: 127
|
||||
public class AI_GhostD_Lightning : AI_GhostD
|
||||
{
|
||||
// Token: 0x06000E69 RID: 3689 RVA: 0x0003E944 File Offset: 0x0003CB44
|
||||
[CallerCount(0)]
|
||||
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 482040, XrefRangeEnd = 482052, 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: 0x06000E6A RID: 3690 RVA: 0x0003E9A4 File Offset: 0x0003CBA4
|
||||
[CallerCount(0)]
|
||||
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 482052, XrefRangeEnd = 482056, 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: 0x06000E6B RID: 3691 RVA: 0x0003E9F4 File Offset: 0x0003CBF4
|
||||
[CallerCount(3)]
|
||||
[CachedScanResults(RefRangeStart = 482037, RefRangeEnd = 482040, XrefRangeStart = 482037, XrefRangeEnd = 482040, 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: 0x06000E6C RID: 3692 RVA: 0x0003EA40 File Offset: 0x0003CC40
|
||||
// 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, 100664627);
|
||||
AI_GhostD_Lightning.NativeMethodInfoPtr_FightShot_Protected_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostD_Lightning>.NativeClassPtr, 100664628);
|
||||
AI_GhostD_Lightning.NativeMethodInfoPtr__ctor_Public_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostD_Lightning>.NativeClassPtr, 100664629);
|
||||
}
|
||||
|
||||
// Token: 0x06000E6D RID: 3693 RVA: 0x0003EAAC File Offset: 0x0003CCAC
|
||||
public AI_GhostD_Lightning(IntPtr pointer)
|
||||
: base(pointer)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x04000B23 RID: 2851
|
||||
private static readonly IntPtr NativeMethodInfoPtr_InitFightingType_Protected_Virtual_Void_AIFighting_0;
|
||||
|
||||
// Token: 0x04000B24 RID: 2852
|
||||
private static readonly IntPtr NativeMethodInfoPtr_FightShot_Protected_Virtual_Void_0;
|
||||
|
||||
// Token: 0x04000B25 RID: 2853
|
||||
private static readonly IntPtr NativeMethodInfoPtr__ctor_Public_Void_0;
|
||||
}
|
||||
Reference in New Issue
Block a user