Files
NobetaSource/Interop/Assembly-CSharp/PrayerAttack.cs
2023-09-06 22:19:13 +02:00

157 lines
6.9 KiB
C#

using System;
using Il2CppInterop.Common.Attributes;
using Il2CppInterop.Runtime;
using UnityEngine;
// Token: 0x0200010E RID: 270
public class PrayerAttack : MonoBehaviour
{
// Token: 0x0600363A RID: 13882 RVA: 0x000D7884 File Offset: 0x000D5A84
[CallerCount(2)]
[CachedScanResults(RefRangeStart = 542796, RefRangeEnd = 542798, XrefRangeStart = 542762, XrefRangeEnd = 542796, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe void InitData()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(PrayerAttack.NativeMethodInfoPtr_InitData_Public_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x0600363B RID: 13883 RVA: 0x000D78C8 File Offset: 0x000D5AC8
[CallerCount(2)]
[CachedScanResults(RefRangeStart = 542844, RefRangeEnd = 542846, XrefRangeStart = 542798, XrefRangeEnd = 542844, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe void Attack()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(PrayerAttack.NativeMethodInfoPtr_Attack_Public_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x0600363C RID: 13884 RVA: 0x000D790C File Offset: 0x000D5B0C
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 542846, XrefRangeEnd = 542847, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe PrayerAttack()
: this(IL2CPP.il2cpp_object_new(Il2CppClassPointerStore<PrayerAttack>.NativeClassPtr))
{
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(PrayerAttack.NativeMethodInfoPtr__ctor_Public_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x0600363D RID: 13885 RVA: 0x000D7958 File Offset: 0x000D5B58
// Note: this type is marked as 'beforefieldinit'.
static PrayerAttack()
{
Il2CppClassPointerStore<PrayerAttack>.NativeClassPtr = IL2CPP.GetIl2CppClass("Assembly-CSharp.dll", "", "PrayerAttack");
IL2CPP.il2cpp_runtime_class_init(Il2CppClassPointerStore<PrayerAttack>.NativeClassPtr);
PrayerAttack.NativeFieldInfoPtr_g_AD = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<PrayerAttack>.NativeClassPtr, "g_AD");
PrayerAttack.NativeFieldInfoPtr_g_fRadius = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<PrayerAttack>.NativeClassPtr, "g_fRadius");
PrayerAttack.NativeFieldInfoPtr_g_CollisionEffect = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<PrayerAttack>.NativeClassPtr, "g_CollisionEffect");
PrayerAttack.NativeFieldInfoPtr_g_CollisionPool = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<PrayerAttack>.NativeClassPtr, "g_CollisionPool");
PrayerAttack.NativeMethodInfoPtr_InitData_Public_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<PrayerAttack>.NativeClassPtr, 100666754);
PrayerAttack.NativeMethodInfoPtr_Attack_Public_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<PrayerAttack>.NativeClassPtr, 100666755);
PrayerAttack.NativeMethodInfoPtr__ctor_Public_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<PrayerAttack>.NativeClassPtr, 100666756);
}
// Token: 0x0600363E RID: 13886 RVA: 0x0000351C File Offset: 0x0000171C
public PrayerAttack(IntPtr pointer)
: base(pointer)
{
}
// Token: 0x170013C2 RID: 5058
// (get) Token: 0x0600363F RID: 13887 RVA: 0x000D7A14 File Offset: 0x000D5C14
// (set) Token: 0x06003640 RID: 13888 RVA: 0x000D7A48 File Offset: 0x000D5C48
public unsafe AttackData g_AD
{
get
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(PrayerAttack.NativeFieldInfoPtr_g_AD);
IntPtr intPtr2 = *intPtr;
return (intPtr2 != 0) ? new AttackData(intPtr2) : null;
}
set
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(PrayerAttack.NativeFieldInfoPtr_g_AD), IL2CPP.Il2CppObjectBaseToPtr(value));
}
}
// Token: 0x170013C3 RID: 5059
// (get) Token: 0x06003641 RID: 13889 RVA: 0x000D7A70 File Offset: 0x000D5C70
// (set) Token: 0x06003642 RID: 13890 RVA: 0x000D7A98 File Offset: 0x000D5C98
public unsafe float g_fRadius
{
get
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(PrayerAttack.NativeFieldInfoPtr_g_fRadius);
return *intPtr;
}
set
{
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(PrayerAttack.NativeFieldInfoPtr_g_fRadius)) = value;
}
}
// Token: 0x170013C4 RID: 5060
// (get) Token: 0x06003643 RID: 13891 RVA: 0x000D7ABC File Offset: 0x000D5CBC
// (set) Token: 0x06003644 RID: 13892 RVA: 0x000D7AF0 File Offset: 0x000D5CF0
public unsafe GameObject g_CollisionEffect
{
get
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(PrayerAttack.NativeFieldInfoPtr_g_CollisionEffect);
IntPtr intPtr2 = *intPtr;
return (intPtr2 != 0) ? new GameObject(intPtr2) : null;
}
set
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(PrayerAttack.NativeFieldInfoPtr_g_CollisionEffect), IL2CPP.Il2CppObjectBaseToPtr(value));
}
}
// Token: 0x170013C5 RID: 5061
// (get) Token: 0x06003645 RID: 13893 RVA: 0x000D7B18 File Offset: 0x000D5D18
// (set) Token: 0x06003646 RID: 13894 RVA: 0x000D7B4C File Offset: 0x000D5D4C
public unsafe EffectPool g_CollisionPool
{
get
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(PrayerAttack.NativeFieldInfoPtr_g_CollisionPool);
IntPtr intPtr2 = *intPtr;
return (intPtr2 != 0) ? new EffectPool(intPtr2) : null;
}
set
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(PrayerAttack.NativeFieldInfoPtr_g_CollisionPool), IL2CPP.Il2CppObjectBaseToPtr(value));
}
}
// Token: 0x040023E6 RID: 9190
private static readonly IntPtr NativeFieldInfoPtr_g_AD;
// Token: 0x040023E7 RID: 9191
private static readonly IntPtr NativeFieldInfoPtr_g_fRadius;
// Token: 0x040023E8 RID: 9192
private static readonly IntPtr NativeFieldInfoPtr_g_CollisionEffect;
// Token: 0x040023E9 RID: 9193
private static readonly IntPtr NativeFieldInfoPtr_g_CollisionPool;
// Token: 0x040023EA RID: 9194
private static readonly IntPtr NativeMethodInfoPtr_InitData_Public_Void_0;
// Token: 0x040023EB RID: 9195
private static readonly IntPtr NativeMethodInfoPtr_Attack_Public_Void_0;
// Token: 0x040023EC RID: 9196
private static readonly IntPtr NativeMethodInfoPtr__ctor_Public_Void_0;
}