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

157 lines
6.9 KiB
C#

using System;
using Il2CppInterop.Common.Attributes;
using Il2CppInterop.Runtime;
using UnityEngine;
// Token: 0x020000E8 RID: 232
public class PrayerAttack : MonoBehaviour
{
// Token: 0x0600331D RID: 13085 RVA: 0x000CA1D8 File Offset: 0x000C83D8
[CallerCount(2)]
[CachedScanResults(RefRangeStart = 517853, RefRangeEnd = 517855, XrefRangeStart = 517819, XrefRangeEnd = 517853, 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: 0x0600331E RID: 13086 RVA: 0x000CA21C File Offset: 0x000C841C
[CallerCount(2)]
[CachedScanResults(RefRangeStart = 517901, RefRangeEnd = 517903, XrefRangeStart = 517855, XrefRangeEnd = 517901, 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: 0x0600331F RID: 13087 RVA: 0x000CA260 File Offset: 0x000C8460
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 517903, XrefRangeEnd = 517904, 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: 0x06003320 RID: 13088 RVA: 0x000CA2AC File Offset: 0x000C84AC
// 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, 100666469);
PrayerAttack.NativeMethodInfoPtr_Attack_Public_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<PrayerAttack>.NativeClassPtr, 100666470);
PrayerAttack.NativeMethodInfoPtr__ctor_Public_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<PrayerAttack>.NativeClassPtr, 100666471);
}
// Token: 0x06003321 RID: 13089 RVA: 0x0000351C File Offset: 0x0000171C
public PrayerAttack(IntPtr pointer)
: base(pointer)
{
}
// Token: 0x170012E1 RID: 4833
// (get) Token: 0x06003322 RID: 13090 RVA: 0x000CA368 File Offset: 0x000C8568
// (set) Token: 0x06003323 RID: 13091 RVA: 0x000CA39C File Offset: 0x000C859C
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: 0x170012E2 RID: 4834
// (get) Token: 0x06003324 RID: 13092 RVA: 0x000CA3C4 File Offset: 0x000C85C4
// (set) Token: 0x06003325 RID: 13093 RVA: 0x000CA3EC File Offset: 0x000C85EC
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: 0x170012E3 RID: 4835
// (get) Token: 0x06003326 RID: 13094 RVA: 0x000CA410 File Offset: 0x000C8610
// (set) Token: 0x06003327 RID: 13095 RVA: 0x000CA444 File Offset: 0x000C8644
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: 0x170012E4 RID: 4836
// (get) Token: 0x06003328 RID: 13096 RVA: 0x000CA46C File Offset: 0x000C866C
// (set) Token: 0x06003329 RID: 13097 RVA: 0x000CA4A0 File Offset: 0x000C86A0
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: 0x040021CB RID: 8651
private static readonly IntPtr NativeFieldInfoPtr_g_AD;
// Token: 0x040021CC RID: 8652
private static readonly IntPtr NativeFieldInfoPtr_g_fRadius;
// Token: 0x040021CD RID: 8653
private static readonly IntPtr NativeFieldInfoPtr_g_CollisionEffect;
// Token: 0x040021CE RID: 8654
private static readonly IntPtr NativeFieldInfoPtr_g_CollisionPool;
// Token: 0x040021CF RID: 8655
private static readonly IntPtr NativeMethodInfoPtr_InitData_Public_Void_0;
// Token: 0x040021D0 RID: 8656
private static readonly IntPtr NativeMethodInfoPtr_Attack_Public_Void_0;
// Token: 0x040021D1 RID: 8657
private static readonly IntPtr NativeMethodInfoPtr__ctor_Public_Void_0;
}