Add v1.0.3.1
This commit is contained in:
107
Interop/Assembly-CSharp/CatGirlEvent.cs
Normal file
107
Interop/Assembly-CSharp/CatGirlEvent.cs
Normal file
@@ -0,0 +1,107 @@
|
||||
using System;
|
||||
using Il2CppInterop.Common.Attributes;
|
||||
using Il2CppInterop.Runtime;
|
||||
using Il2CppInterop.Runtime.InteropTypes.Arrays;
|
||||
|
||||
// Token: 0x0200018E RID: 398
|
||||
public class CatGirlEvent : SceneEvent
|
||||
{
|
||||
// Token: 0x0600468A RID: 18058 RVA: 0x001194F8 File Offset: 0x001176F8
|
||||
[CallerCount(0)]
|
||||
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 542203, XrefRangeEnd = 542210, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
||||
public unsafe override void OpenEvent()
|
||||
{
|
||||
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
||||
IntPtr* ptr = null;
|
||||
IntPtr intPtr2;
|
||||
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), CatGirlEvent.NativeMethodInfoPtr_OpenEvent_Public_Virtual_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
||||
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
||||
}
|
||||
|
||||
// Token: 0x0600468B RID: 18059 RVA: 0x00119548 File Offset: 0x00117748
|
||||
[CallerCount(5)]
|
||||
[CachedScanResults(RefRangeStart = 541882, RefRangeEnd = 541887, XrefRangeStart = 541882, XrefRangeEnd = 541887, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
||||
public unsafe CatGirlEvent()
|
||||
: this(IL2CPP.il2cpp_object_new(Il2CppClassPointerStore<CatGirlEvent>.NativeClassPtr))
|
||||
{
|
||||
IntPtr* ptr = null;
|
||||
IntPtr intPtr2;
|
||||
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(CatGirlEvent.NativeMethodInfoPtr__ctor_Public_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
||||
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
||||
}
|
||||
|
||||
// Token: 0x0600468C RID: 18060 RVA: 0x00119594 File Offset: 0x00117794
|
||||
// Note: this type is marked as 'beforefieldinit'.
|
||||
static CatGirlEvent()
|
||||
{
|
||||
Il2CppClassPointerStore<CatGirlEvent>.NativeClassPtr = IL2CPP.GetIl2CppClass("Assembly-CSharp.dll", "", "CatGirlEvent");
|
||||
IL2CPP.il2cpp_runtime_class_init(Il2CppClassPointerStore<CatGirlEvent>.NativeClassPtr);
|
||||
CatGirlEvent.NativeFieldInfoPtr_CatGirl = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<CatGirlEvent>.NativeClassPtr, "CatGirl");
|
||||
CatGirlEvent.NativeFieldInfoPtr_Type = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<CatGirlEvent>.NativeClassPtr, "Type");
|
||||
CatGirlEvent.NativeMethodInfoPtr_OpenEvent_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<CatGirlEvent>.NativeClassPtr, 100667984);
|
||||
CatGirlEvent.NativeMethodInfoPtr__ctor_Public_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<CatGirlEvent>.NativeClassPtr, 100667985);
|
||||
}
|
||||
|
||||
// Token: 0x0600468D RID: 18061 RVA: 0x00117370 File Offset: 0x00115570
|
||||
public CatGirlEvent(IntPtr pointer)
|
||||
: base(pointer)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x17001995 RID: 6549
|
||||
// (get) Token: 0x0600468E RID: 18062 RVA: 0x00119614 File Offset: 0x00117814
|
||||
// (set) Token: 0x0600468F RID: 18063 RVA: 0x00119648 File Offset: 0x00117848
|
||||
public unsafe NPC_CatGril CatGirl
|
||||
{
|
||||
get
|
||||
{
|
||||
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(CatGirlEvent.NativeFieldInfoPtr_CatGirl);
|
||||
IntPtr intPtr2 = *intPtr;
|
||||
return (intPtr2 != 0) ? new NPC_CatGril(intPtr2) : null;
|
||||
}
|
||||
set
|
||||
{
|
||||
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
||||
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(CatGirlEvent.NativeFieldInfoPtr_CatGirl), IL2CPP.Il2CppObjectBaseToPtr(value));
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17001996 RID: 6550
|
||||
// (get) Token: 0x06004690 RID: 18064 RVA: 0x00119670 File Offset: 0x00117870
|
||||
// (set) Token: 0x06004691 RID: 18065 RVA: 0x001196A4 File Offset: 0x001178A4
|
||||
public unsafe Il2CppStructArray<CatGirlEvent.EventType> Type
|
||||
{
|
||||
get
|
||||
{
|
||||
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(CatGirlEvent.NativeFieldInfoPtr_Type);
|
||||
IntPtr intPtr2 = *intPtr;
|
||||
return (intPtr2 != 0) ? new Il2CppStructArray<CatGirlEvent.EventType>(intPtr2) : null;
|
||||
}
|
||||
set
|
||||
{
|
||||
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
||||
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(CatGirlEvent.NativeFieldInfoPtr_Type), IL2CPP.Il2CppObjectBaseToPtr(value));
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x04002EB9 RID: 11961
|
||||
private static readonly IntPtr NativeFieldInfoPtr_CatGirl;
|
||||
|
||||
// Token: 0x04002EBA RID: 11962
|
||||
private static readonly IntPtr NativeFieldInfoPtr_Type;
|
||||
|
||||
// Token: 0x04002EBB RID: 11963
|
||||
private static readonly IntPtr NativeMethodInfoPtr_OpenEvent_Public_Virtual_Void_0;
|
||||
|
||||
// Token: 0x04002EBC RID: 11964
|
||||
private static readonly IntPtr NativeMethodInfoPtr__ctor_Public_Void_0;
|
||||
|
||||
// Token: 0x0200018F RID: 399
|
||||
public enum EventType
|
||||
{
|
||||
// Token: 0x04002EBE RID: 11966
|
||||
Other,
|
||||
// Token: 0x04002EBF RID: 11967
|
||||
EndingDebut
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user