54 lines
2.5 KiB
C#
54 lines
2.5 KiB
C#
using System;
|
|
using Il2CppInterop.Common.Attributes;
|
|
using Il2CppInterop.Runtime;
|
|
|
|
// Token: 0x020001CC RID: 460
|
|
public class ReloadSave : SceneEvent
|
|
{
|
|
// Token: 0x06004A9A RID: 19098 RVA: 0x001289B0 File Offset: 0x00126BB0
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 545179, XrefRangeEnd = 545199, 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), ReloadSave.NativeMethodInfoPtr_OpenEvent_Public_Virtual_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
|
|
// Token: 0x06004A9B RID: 19099 RVA: 0x00128A00 File Offset: 0x00126C00
|
|
[CallerCount(5)]
|
|
[CachedScanResults(RefRangeStart = 541882, RefRangeEnd = 541887, XrefRangeStart = 541882, XrefRangeEnd = 541887, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
|
public unsafe ReloadSave()
|
|
: this(IL2CPP.il2cpp_object_new(Il2CppClassPointerStore<ReloadSave>.NativeClassPtr))
|
|
{
|
|
IntPtr* ptr = null;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(ReloadSave.NativeMethodInfoPtr__ctor_Public_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
|
|
// Token: 0x06004A9C RID: 19100 RVA: 0x00128A4C File Offset: 0x00126C4C
|
|
// Note: this type is marked as 'beforefieldinit'.
|
|
static ReloadSave()
|
|
{
|
|
Il2CppClassPointerStore<ReloadSave>.NativeClassPtr = IL2CPP.GetIl2CppClass("Assembly-CSharp.dll", "", "ReloadSave");
|
|
IL2CPP.il2cpp_runtime_class_init(Il2CppClassPointerStore<ReloadSave>.NativeClassPtr);
|
|
ReloadSave.NativeMethodInfoPtr_OpenEvent_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<ReloadSave>.NativeClassPtr, 100668223);
|
|
ReloadSave.NativeMethodInfoPtr__ctor_Public_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<ReloadSave>.NativeClassPtr, 100668224);
|
|
}
|
|
|
|
// Token: 0x06004A9D RID: 19101 RVA: 0x00117370 File Offset: 0x00115570
|
|
public ReloadSave(IntPtr pointer)
|
|
: base(pointer)
|
|
{
|
|
}
|
|
|
|
// Token: 0x0400314F RID: 12623
|
|
private static readonly IntPtr NativeMethodInfoPtr_OpenEvent_Public_Virtual_Void_0;
|
|
|
|
// Token: 0x04003150 RID: 12624
|
|
private static readonly IntPtr NativeMethodInfoPtr__ctor_Public_Void_0;
|
|
}
|