using System; using Il2CppInterop.Common.Attributes; using Il2CppInterop.Runtime; // Token: 0x02000059 RID: 89 public class AI_Doll01_Red : AI_Doll01 { // Token: 0x060009E6 RID: 2534 RVA: 0x00029B90 File Offset: 0x00027D90 [CallerCount(0)] [CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 496013, XrefRangeEnd = 496079, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)] public unsafe override void Hit(AttackData Data) { IL2CPP.Il2CppObjectBaseToPtrNotNull(this); checked { IntPtr* ptr = stackalloc IntPtr[unchecked((UIntPtr)1) * (UIntPtr)sizeof(IntPtr)]; *ptr = IL2CPP.Il2CppObjectBaseToPtr(Data); IntPtr intPtr2; IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), AI_Doll01_Red.NativeMethodInfoPtr_Hit_Public_Virtual_Void_AttackData_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2); Il2CppException.RaiseExceptionIfNecessary(intPtr2); } } // Token: 0x060009E7 RID: 2535 RVA: 0x00029BF4 File Offset: 0x00027DF4 [CallerCount(2)] [CachedScanResults(RefRangeStart = 496011, RefRangeEnd = 496013, XrefRangeStart = 496011, XrefRangeEnd = 496013, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)] public unsafe AI_Doll01_Red() : this(IL2CPP.il2cpp_object_new(Il2CppClassPointerStore.NativeClassPtr)) { IntPtr* ptr = null; IntPtr intPtr2; IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(AI_Doll01_Red.NativeMethodInfoPtr__ctor_Public_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2); Il2CppException.RaiseExceptionIfNecessary(intPtr2); } // Token: 0x060009E8 RID: 2536 RVA: 0x00029C40 File Offset: 0x00027E40 // Note: this type is marked as 'beforefieldinit'. static AI_Doll01_Red() { Il2CppClassPointerStore.NativeClassPtr = IL2CPP.GetIl2CppClass("Assembly-CSharp.dll", "", "AI_Doll01_Red"); IL2CPP.il2cpp_runtime_class_init(Il2CppClassPointerStore.NativeClassPtr); AI_Doll01_Red.NativeMethodInfoPtr_Hit_Public_Virtual_Void_AttackData_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore.NativeClassPtr, 100664074); AI_Doll01_Red.NativeMethodInfoPtr__ctor_Public_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore.NativeClassPtr, 100664075); } // Token: 0x060009E9 RID: 2537 RVA: 0x00029C98 File Offset: 0x00027E98 public AI_Doll01_Red(IntPtr pointer) : base(pointer) { } // Token: 0x04000764 RID: 1892 private static readonly IntPtr NativeMethodInfoPtr_Hit_Public_Virtual_Void_AttackData_0; // Token: 0x04000765 RID: 1893 private static readonly IntPtr NativeMethodInfoPtr__ctor_Public_Void_0; }