Add v1.0.3.1
This commit is contained in:
57
Interop/Assembly-CSharp/AI_Doll02_Big.cs
Normal file
57
Interop/Assembly-CSharp/AI_Doll02_Big.cs
Normal file
@@ -0,0 +1,57 @@
|
||||
using System;
|
||||
using Il2CppInterop.Common.Attributes;
|
||||
using Il2CppInterop.Runtime;
|
||||
|
||||
// Token: 0x0200005C RID: 92
|
||||
public class AI_Doll02_Big : AI_Doll02
|
||||
{
|
||||
// Token: 0x06000A6E RID: 2670 RVA: 0x0002C224 File Offset: 0x0002A424
|
||||
[CallerCount(0)]
|
||||
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 477340, XrefRangeEnd = 477341, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
||||
public unsafe override void InitStatus(AI_NPC.AIStatus Status)
|
||||
{
|
||||
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
||||
checked
|
||||
{
|
||||
IntPtr* ptr = stackalloc IntPtr[unchecked((UIntPtr)1) * (UIntPtr)sizeof(IntPtr)];
|
||||
*ptr = ref Status;
|
||||
IntPtr intPtr2;
|
||||
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), AI_Doll02_Big.NativeMethodInfoPtr_InitStatus_Public_Virtual_Void_AIStatus_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
||||
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06000A6F RID: 2671 RVA: 0x0002C284 File Offset: 0x0002A484
|
||||
[CallerCount(3)]
|
||||
[CachedScanResults(RefRangeStart = 477337, RefRangeEnd = 477340, XrefRangeStart = 477337, XrefRangeEnd = 477340, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
||||
public unsafe AI_Doll02_Big()
|
||||
: this(IL2CPP.il2cpp_object_new(Il2CppClassPointerStore<AI_Doll02_Big>.NativeClassPtr))
|
||||
{
|
||||
IntPtr* ptr = null;
|
||||
IntPtr intPtr2;
|
||||
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(AI_Doll02_Big.NativeMethodInfoPtr__ctor_Public_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
||||
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
||||
}
|
||||
|
||||
// Token: 0x06000A70 RID: 2672 RVA: 0x0002C2D0 File Offset: 0x0002A4D0
|
||||
// Note: this type is marked as 'beforefieldinit'.
|
||||
static AI_Doll02_Big()
|
||||
{
|
||||
Il2CppClassPointerStore<AI_Doll02_Big>.NativeClassPtr = IL2CPP.GetIl2CppClass("Assembly-CSharp.dll", "", "AI_Doll02_Big");
|
||||
IL2CPP.il2cpp_runtime_class_init(Il2CppClassPointerStore<AI_Doll02_Big>.NativeClassPtr);
|
||||
AI_Doll02_Big.NativeMethodInfoPtr_InitStatus_Public_Virtual_Void_AIStatus_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_Doll02_Big>.NativeClassPtr, 100664140);
|
||||
AI_Doll02_Big.NativeMethodInfoPtr__ctor_Public_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_Doll02_Big>.NativeClassPtr, 100664141);
|
||||
}
|
||||
|
||||
// Token: 0x06000A71 RID: 2673 RVA: 0x0002C328 File Offset: 0x0002A528
|
||||
public AI_Doll02_Big(IntPtr pointer)
|
||||
: base(pointer)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x040007C6 RID: 1990
|
||||
private static readonly IntPtr NativeMethodInfoPtr_InitStatus_Public_Virtual_Void_AIStatus_0;
|
||||
|
||||
// Token: 0x040007C7 RID: 1991
|
||||
private static readonly IntPtr NativeMethodInfoPtr__ctor_Public_Void_0;
|
||||
}
|
||||
Reference in New Issue
Block a user