Add v1.0.3.1
This commit is contained in:
53
Interop/Assembly-CSharp/GoStaff.cs
Normal file
53
Interop/Assembly-CSharp/GoStaff.cs
Normal file
@@ -0,0 +1,53 @@
|
||||
using System;
|
||||
using Il2CppInterop.Common.Attributes;
|
||||
using Il2CppInterop.Runtime;
|
||||
|
||||
// Token: 0x020001A9 RID: 425
|
||||
public class GoStaff : SceneEvent
|
||||
{
|
||||
// Token: 0x06004841 RID: 18497 RVA: 0x0011FE38 File Offset: 0x0011E038
|
||||
[CallerCount(0)]
|
||||
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 543761, XrefRangeEnd = 543774, 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), GoStaff.NativeMethodInfoPtr_OpenEvent_Public_Virtual_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
||||
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
||||
}
|
||||
|
||||
// Token: 0x06004842 RID: 18498 RVA: 0x0011FE88 File Offset: 0x0011E088
|
||||
[CallerCount(5)]
|
||||
[CachedScanResults(RefRangeStart = 541882, RefRangeEnd = 541887, XrefRangeStart = 541882, XrefRangeEnd = 541887, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
||||
public unsafe GoStaff()
|
||||
: this(IL2CPP.il2cpp_object_new(Il2CppClassPointerStore<GoStaff>.NativeClassPtr))
|
||||
{
|
||||
IntPtr* ptr = null;
|
||||
IntPtr intPtr2;
|
||||
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(GoStaff.NativeMethodInfoPtr__ctor_Public_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
||||
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
||||
}
|
||||
|
||||
// Token: 0x06004843 RID: 18499 RVA: 0x0011FED4 File Offset: 0x0011E0D4
|
||||
// Note: this type is marked as 'beforefieldinit'.
|
||||
static GoStaff()
|
||||
{
|
||||
Il2CppClassPointerStore<GoStaff>.NativeClassPtr = IL2CPP.GetIl2CppClass("Assembly-CSharp.dll", "", "GoStaff");
|
||||
IL2CPP.il2cpp_runtime_class_init(Il2CppClassPointerStore<GoStaff>.NativeClassPtr);
|
||||
GoStaff.NativeMethodInfoPtr_OpenEvent_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<GoStaff>.NativeClassPtr, 100668093);
|
||||
GoStaff.NativeMethodInfoPtr__ctor_Public_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<GoStaff>.NativeClassPtr, 100668094);
|
||||
}
|
||||
|
||||
// Token: 0x06004844 RID: 18500 RVA: 0x00117370 File Offset: 0x00115570
|
||||
public GoStaff(IntPtr pointer)
|
||||
: base(pointer)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x04002FD1 RID: 12241
|
||||
private static readonly IntPtr NativeMethodInfoPtr_OpenEvent_Public_Virtual_Void_0;
|
||||
|
||||
// Token: 0x04002FD2 RID: 12242
|
||||
private static readonly IntPtr NativeMethodInfoPtr__ctor_Public_Void_0;
|
||||
}
|
||||
Reference in New Issue
Block a user