Add v1.0.3.1

This commit is contained in:
2023-09-06 22:00:49 +02:00
commit 3aebbbf8f0
2051 changed files with 757425 additions and 0 deletions

View File

@@ -0,0 +1,121 @@
using System;
using Il2CppInterop.Common.Attributes;
using Il2CppInterop.Runtime;
// Token: 0x0200006F RID: 111
public class AI_GhostB_Red : AI_GhostB
{
// Token: 0x06000D1A RID: 3354 RVA: 0x00038874 File Offset: 0x00036A74
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 480454, XrefRangeEnd = 480457, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe override void FightStatusInit(AI_GhostB.AIFighting FightStatus)
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
checked
{
IntPtr* ptr = stackalloc IntPtr[unchecked((UIntPtr)1) * (UIntPtr)sizeof(IntPtr)];
*ptr = ref FightStatus;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), AI_GhostB_Red.NativeMethodInfoPtr_FightStatusInit_Protected_Virtual_Void_AIFighting_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
}
// Token: 0x06000D1B RID: 3355 RVA: 0x000388D4 File Offset: 0x00036AD4
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 480457, XrefRangeEnd = 480500, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe override void FWatch()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), AI_GhostB_Red.NativeMethodInfoPtr_FWatch_Protected_Virtual_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06000D1C RID: 3356 RVA: 0x00038924 File Offset: 0x00036B24
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 480500, XrefRangeEnd = 480501, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe override void FSong02_01()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), AI_GhostB_Red.NativeMethodInfoPtr_FSong02_01_Protected_Virtual_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06000D1D RID: 3357 RVA: 0x00038974 File Offset: 0x00036B74
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 480501, XrefRangeEnd = 480502, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe override void FSong02_02()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), AI_GhostB_Red.NativeMethodInfoPtr_FSong02_02_Protected_Virtual_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06000D1E RID: 3358 RVA: 0x000389C4 File Offset: 0x00036BC4
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 480502, XrefRangeEnd = 480503, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe override void FMagic02()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), AI_GhostB_Red.NativeMethodInfoPtr_FMagic02_Protected_Virtual_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06000D1F RID: 3359 RVA: 0x00038A14 File Offset: 0x00036C14
[CallerCount(1)]
[CachedScanResults(RefRangeStart = 480504, RefRangeEnd = 480505, XrefRangeStart = 480503, XrefRangeEnd = 480504, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe AI_GhostB_Red()
: this(IL2CPP.il2cpp_object_new(Il2CppClassPointerStore<AI_GhostB_Red>.NativeClassPtr))
{
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(AI_GhostB_Red.NativeMethodInfoPtr__ctor_Public_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06000D20 RID: 3360 RVA: 0x00038A60 File Offset: 0x00036C60
// Note: this type is marked as 'beforefieldinit'.
static AI_GhostB_Red()
{
Il2CppClassPointerStore<AI_GhostB_Red>.NativeClassPtr = IL2CPP.GetIl2CppClass("Assembly-CSharp.dll", "", "AI_GhostB_Red");
IL2CPP.il2cpp_runtime_class_init(Il2CppClassPointerStore<AI_GhostB_Red>.NativeClassPtr);
AI_GhostB_Red.NativeMethodInfoPtr_FightStatusInit_Protected_Virtual_Void_AIFighting_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB_Red>.NativeClassPtr, 100664462);
AI_GhostB_Red.NativeMethodInfoPtr_FWatch_Protected_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB_Red>.NativeClassPtr, 100664463);
AI_GhostB_Red.NativeMethodInfoPtr_FSong02_01_Protected_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB_Red>.NativeClassPtr, 100664464);
AI_GhostB_Red.NativeMethodInfoPtr_FSong02_02_Protected_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB_Red>.NativeClassPtr, 100664465);
AI_GhostB_Red.NativeMethodInfoPtr_FMagic02_Protected_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB_Red>.NativeClassPtr, 100664466);
AI_GhostB_Red.NativeMethodInfoPtr__ctor_Public_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB_Red>.NativeClassPtr, 100664467);
}
// Token: 0x06000D21 RID: 3361 RVA: 0x00038B08 File Offset: 0x00036D08
public AI_GhostB_Red(IntPtr pointer)
: base(pointer)
{
}
// Token: 0x04000A02 RID: 2562
private static readonly IntPtr NativeMethodInfoPtr_FightStatusInit_Protected_Virtual_Void_AIFighting_0;
// Token: 0x04000A03 RID: 2563
private static readonly IntPtr NativeMethodInfoPtr_FWatch_Protected_Virtual_Void_0;
// Token: 0x04000A04 RID: 2564
private static readonly IntPtr NativeMethodInfoPtr_FSong02_01_Protected_Virtual_Void_0;
// Token: 0x04000A05 RID: 2565
private static readonly IntPtr NativeMethodInfoPtr_FSong02_02_Protected_Virtual_Void_0;
// Token: 0x04000A06 RID: 2566
private static readonly IntPtr NativeMethodInfoPtr_FMagic02_Protected_Virtual_Void_0;
// Token: 0x04000A07 RID: 2567
private static readonly IntPtr NativeMethodInfoPtr__ctor_Public_Void_0;
}