using System; using Il2CppInterop.Common.Attributes; using Il2CppInterop.Runtime; // Token: 0x02000058 RID: 88 public class AI_Doll01_Red : AI_Doll01 { // Token: 0x060009D0 RID: 2512 RVA: 0x0002953C File Offset: 0x0002773C [CallerCount(0)] [CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 476582, XrefRangeEnd = 476644, 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: 0x060009D1 RID: 2513 RVA: 0x000295A0 File Offset: 0x000277A0 [CallerCount(2)] [CachedScanResults(RefRangeStart = 476580, RefRangeEnd = 476582, XrefRangeStart = 476580, XrefRangeEnd = 476582, 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: 0x060009D2 RID: 2514 RVA: 0x000295EC File Offset: 0x000277EC // 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, 100664070); AI_Doll01_Red.NativeMethodInfoPtr__ctor_Public_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore.NativeClassPtr, 100664071); } // Token: 0x060009D3 RID: 2515 RVA: 0x00029644 File Offset: 0x00027844 public AI_Doll01_Red(IntPtr pointer) : base(pointer) { } // Token: 0x04000742 RID: 1858 private static readonly IntPtr NativeMethodInfoPtr_Hit_Public_Virtual_Void_AttackData_0; // Token: 0x04000743 RID: 1859 private static readonly IntPtr NativeMethodInfoPtr__ctor_Public_Void_0; }