Add v1.0.3.1
This commit is contained in:
38
Interop/Assembly-CSharp/CustomFalloff.cs
Normal file
38
Interop/Assembly-CSharp/CustomFalloff.cs
Normal file
@@ -0,0 +1,38 @@
|
||||
using System;
|
||||
using Il2CppInterop.Common.Attributes;
|
||||
using Il2CppInterop.Runtime;
|
||||
using UnityEngine;
|
||||
|
||||
// Token: 0x020001F4 RID: 500
|
||||
public class CustomFalloff : MonoBehaviour
|
||||
{
|
||||
// Token: 0x06004D5C RID: 19804 RVA: 0x001330D4 File Offset: 0x001312D4
|
||||
[CallerCount(63)]
|
||||
[CachedScanResults(RefRangeStart = 222154, RefRangeEnd = 222217, XrefRangeStart = 222154, XrefRangeEnd = 222217, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
||||
public unsafe CustomFalloff()
|
||||
: this(IL2CPP.il2cpp_object_new(Il2CppClassPointerStore<CustomFalloff>.NativeClassPtr))
|
||||
{
|
||||
IntPtr* ptr = null;
|
||||
IntPtr intPtr2;
|
||||
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(CustomFalloff.NativeMethodInfoPtr__ctor_Public_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
||||
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
||||
}
|
||||
|
||||
// Token: 0x06004D5D RID: 19805 RVA: 0x0013311F File Offset: 0x0013131F
|
||||
// Note: this type is marked as 'beforefieldinit'.
|
||||
static CustomFalloff()
|
||||
{
|
||||
Il2CppClassPointerStore<CustomFalloff>.NativeClassPtr = IL2CPP.GetIl2CppClass("Assembly-CSharp.dll", "", "CustomFalloff");
|
||||
IL2CPP.il2cpp_runtime_class_init(Il2CppClassPointerStore<CustomFalloff>.NativeClassPtr);
|
||||
CustomFalloff.NativeMethodInfoPtr__ctor_Public_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<CustomFalloff>.NativeClassPtr, 100668393);
|
||||
}
|
||||
|
||||
// Token: 0x06004D5E RID: 19806 RVA: 0x0000351C File Offset: 0x0000171C
|
||||
public CustomFalloff(IntPtr pointer)
|
||||
: base(pointer)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x040032DD RID: 13021
|
||||
private static readonly IntPtr NativeMethodInfoPtr__ctor_Public_Void_0;
|
||||
}
|
||||
Reference in New Issue
Block a user