108 lines
4.6 KiB
C#
108 lines
4.6 KiB
C#
using System;
|
|
using Il2CppInterop.Common.Attributes;
|
|
using Il2CppInterop.Runtime;
|
|
using Il2CppInterop.Runtime.InteropTypes.Arrays;
|
|
|
|
// Token: 0x02000195 RID: 405
|
|
public class CatGirlEvent : SceneEvent
|
|
{
|
|
// Token: 0x060046FC RID: 18172 RVA: 0x0011B000 File Offset: 0x00119200
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 559441, XrefRangeEnd = 559448, 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: 0x060046FD RID: 18173 RVA: 0x0011B050 File Offset: 0x00119250
|
|
[CallerCount(5)]
|
|
[CachedScanResults(RefRangeStart = 559105, RefRangeEnd = 559110, XrefRangeStart = 559105, XrefRangeEnd = 559110, 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: 0x060046FE RID: 18174 RVA: 0x0011B09C File Offset: 0x0011929C
|
|
// 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, 100668006);
|
|
CatGirlEvent.NativeMethodInfoPtr__ctor_Public_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<CatGirlEvent>.NativeClassPtr, 100668007);
|
|
}
|
|
|
|
// Token: 0x060046FF RID: 18175 RVA: 0x00118C18 File Offset: 0x00116E18
|
|
public CatGirlEvent(IntPtr pointer)
|
|
: base(pointer)
|
|
{
|
|
}
|
|
|
|
// Token: 0x170019B4 RID: 6580
|
|
// (get) Token: 0x06004700 RID: 18176 RVA: 0x0011B11C File Offset: 0x0011931C
|
|
// (set) Token: 0x06004701 RID: 18177 RVA: 0x0011B150 File Offset: 0x00119350
|
|
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: 0x170019B5 RID: 6581
|
|
// (get) Token: 0x06004702 RID: 18178 RVA: 0x0011B178 File Offset: 0x00119378
|
|
// (set) Token: 0x06004703 RID: 18179 RVA: 0x0011B1AC File Offset: 0x001193AC
|
|
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: 0x04002F02 RID: 12034
|
|
private static readonly IntPtr NativeFieldInfoPtr_CatGirl;
|
|
|
|
// Token: 0x04002F03 RID: 12035
|
|
private static readonly IntPtr NativeFieldInfoPtr_Type;
|
|
|
|
// Token: 0x04002F04 RID: 12036
|
|
private static readonly IntPtr NativeMethodInfoPtr_OpenEvent_Public_Virtual_Void_0;
|
|
|
|
// Token: 0x04002F05 RID: 12037
|
|
private static readonly IntPtr NativeMethodInfoPtr__ctor_Public_Void_0;
|
|
|
|
// Token: 0x02000196 RID: 406
|
|
public enum EventType
|
|
{
|
|
// Token: 0x04002F07 RID: 12039
|
|
Other,
|
|
// Token: 0x04002F08 RID: 12040
|
|
EndingDebut
|
|
}
|
|
}
|