221 lines
9.9 KiB
C#
221 lines
9.9 KiB
C#
using System;
|
|
using Il2CppInterop.Common.Attributes;
|
|
using Il2CppInterop.Runtime;
|
|
using Il2CppInterop.Runtime.InteropTypes.Arrays;
|
|
using Il2CppSystem;
|
|
|
|
// Token: 0x02000123 RID: 291
|
|
[Serializable]
|
|
public class GameCollectionDataVer0 : Object
|
|
{
|
|
// Token: 0x06003D96 RID: 15766 RVA: 0x000F3588 File Offset: 0x000F1788
|
|
[CallerCount(2)]
|
|
[CachedScanResults(RefRangeStart = 545832, RefRangeEnd = 545834, XrefRangeStart = 545795, XrefRangeEnd = 545832, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
|
public unsafe GameCollection UpgradeVersion()
|
|
{
|
|
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IntPtr* ptr = null;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(GameCollectionDataVer0.NativeMethodInfoPtr_UpgradeVersion_Public_GameCollection_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
IntPtr intPtr3 = intPtr;
|
|
return (intPtr3 != 0) ? new GameCollection(intPtr3) : null;
|
|
}
|
|
|
|
// Token: 0x06003D97 RID: 15767 RVA: 0x000F35E0 File Offset: 0x000F17E0
|
|
[CallerCount(1659)]
|
|
[CachedScanResults(RefRangeStart = 7639, RefRangeEnd = 9298, XrefRangeStart = 7639, XrefRangeEnd = 9298, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
|
public unsafe GameCollectionDataVer0()
|
|
: this(IL2CPP.il2cpp_object_new(Il2CppClassPointerStore<GameCollectionDataVer0>.NativeClassPtr))
|
|
{
|
|
IntPtr* ptr = null;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(GameCollectionDataVer0.NativeMethodInfoPtr__ctor_Public_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
|
|
// Token: 0x06003D98 RID: 15768 RVA: 0x000F362C File Offset: 0x000F182C
|
|
// Note: this type is marked as 'beforefieldinit'.
|
|
static GameCollectionDataVer0()
|
|
{
|
|
Il2CppClassPointerStore<GameCollectionDataVer0>.NativeClassPtr = IL2CPP.GetIl2CppClass("Assembly-CSharp.dll", "", "GameCollectionDataVer0");
|
|
IL2CPP.il2cpp_runtime_class_init(Il2CppClassPointerStore<GameCollectionDataVer0>.NativeClassPtr);
|
|
GameCollectionDataVer0.NativeFieldInfoPtr_currentSkin = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<GameCollectionDataVer0>.NativeClassPtr, "currentSkin");
|
|
GameCollectionDataVer0.NativeFieldInfoPtr_achievementFlags = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<GameCollectionDataVer0>.NativeClassPtr, "achievementFlags");
|
|
GameCollectionDataVer0.NativeFieldInfoPtr_normalChantCollection = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<GameCollectionDataVer0>.NativeClassPtr, "normalChantCollection");
|
|
GameCollectionDataVer0.NativeFieldInfoPtr_specialChantCollection = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<GameCollectionDataVer0>.NativeClassPtr, "specialChantCollection");
|
|
GameCollectionDataVer0.NativeFieldInfoPtr_manaAbsorbCollection = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<GameCollectionDataVer0>.NativeClassPtr, "manaAbsorbCollection");
|
|
GameCollectionDataVer0.NativeFieldInfoPtr_moneyCollection = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<GameCollectionDataVer0>.NativeClassPtr, "moneyCollection");
|
|
GameCollectionDataVer0.NativeFieldInfoPtr_enemyKillCollection = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<GameCollectionDataVer0>.NativeClassPtr, "enemyKillCollection");
|
|
GameCollectionDataVer0.NativeFieldInfoPtr_beatingGameTimes = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<GameCollectionDataVer0>.NativeClassPtr, "beatingGameTimes");
|
|
GameCollectionDataVer0.NativeMethodInfoPtr_UpgradeVersion_Public_GameCollection_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<GameCollectionDataVer0>.NativeClassPtr, 100667099);
|
|
GameCollectionDataVer0.NativeMethodInfoPtr__ctor_Public_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<GameCollectionDataVer0>.NativeClassPtr, 100667100);
|
|
}
|
|
|
|
// Token: 0x06003D99 RID: 15769 RVA: 0x0000A74C File Offset: 0x0000894C
|
|
public GameCollectionDataVer0(IntPtr pointer)
|
|
: base(pointer)
|
|
{
|
|
}
|
|
|
|
// Token: 0x170016D7 RID: 5847
|
|
// (get) Token: 0x06003D9A RID: 15770 RVA: 0x000F3724 File Offset: 0x000F1924
|
|
// (set) Token: 0x06003D9B RID: 15771 RVA: 0x000F374C File Offset: 0x000F194C
|
|
public unsafe GameSkin currentSkin
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(GameCollectionDataVer0.NativeFieldInfoPtr_currentSkin);
|
|
return *intPtr;
|
|
}
|
|
set
|
|
{
|
|
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(GameCollectionDataVer0.NativeFieldInfoPtr_currentSkin)) = value;
|
|
}
|
|
}
|
|
|
|
// Token: 0x170016D8 RID: 5848
|
|
// (get) Token: 0x06003D9C RID: 15772 RVA: 0x000F3770 File Offset: 0x000F1970
|
|
// (set) Token: 0x06003D9D RID: 15773 RVA: 0x000F37A4 File Offset: 0x000F19A4
|
|
public unsafe Il2CppReferenceArray<AchievementData> achievementFlags
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(GameCollectionDataVer0.NativeFieldInfoPtr_achievementFlags);
|
|
IntPtr intPtr2 = *intPtr;
|
|
return (intPtr2 != 0) ? new Il2CppReferenceArray<AchievementData>(intPtr2) : null;
|
|
}
|
|
set
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(GameCollectionDataVer0.NativeFieldInfoPtr_achievementFlags), IL2CPP.Il2CppObjectBaseToPtr(value));
|
|
}
|
|
}
|
|
|
|
// Token: 0x170016D9 RID: 5849
|
|
// (get) Token: 0x06003D9E RID: 15774 RVA: 0x000F37CC File Offset: 0x000F19CC
|
|
// (set) Token: 0x06003D9F RID: 15775 RVA: 0x000F37F4 File Offset: 0x000F19F4
|
|
public unsafe int normalChantCollection
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(GameCollectionDataVer0.NativeFieldInfoPtr_normalChantCollection);
|
|
return *intPtr;
|
|
}
|
|
set
|
|
{
|
|
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(GameCollectionDataVer0.NativeFieldInfoPtr_normalChantCollection)) = value;
|
|
}
|
|
}
|
|
|
|
// Token: 0x170016DA RID: 5850
|
|
// (get) Token: 0x06003DA0 RID: 15776 RVA: 0x000F3818 File Offset: 0x000F1A18
|
|
// (set) Token: 0x06003DA1 RID: 15777 RVA: 0x000F3840 File Offset: 0x000F1A40
|
|
public unsafe int specialChantCollection
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(GameCollectionDataVer0.NativeFieldInfoPtr_specialChantCollection);
|
|
return *intPtr;
|
|
}
|
|
set
|
|
{
|
|
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(GameCollectionDataVer0.NativeFieldInfoPtr_specialChantCollection)) = value;
|
|
}
|
|
}
|
|
|
|
// Token: 0x170016DB RID: 5851
|
|
// (get) Token: 0x06003DA2 RID: 15778 RVA: 0x000F3864 File Offset: 0x000F1A64
|
|
// (set) Token: 0x06003DA3 RID: 15779 RVA: 0x000F388C File Offset: 0x000F1A8C
|
|
public unsafe int manaAbsorbCollection
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(GameCollectionDataVer0.NativeFieldInfoPtr_manaAbsorbCollection);
|
|
return *intPtr;
|
|
}
|
|
set
|
|
{
|
|
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(GameCollectionDataVer0.NativeFieldInfoPtr_manaAbsorbCollection)) = value;
|
|
}
|
|
}
|
|
|
|
// Token: 0x170016DC RID: 5852
|
|
// (get) Token: 0x06003DA4 RID: 15780 RVA: 0x000F38B0 File Offset: 0x000F1AB0
|
|
// (set) Token: 0x06003DA5 RID: 15781 RVA: 0x000F38D8 File Offset: 0x000F1AD8
|
|
public unsafe int moneyCollection
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(GameCollectionDataVer0.NativeFieldInfoPtr_moneyCollection);
|
|
return *intPtr;
|
|
}
|
|
set
|
|
{
|
|
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(GameCollectionDataVer0.NativeFieldInfoPtr_moneyCollection)) = value;
|
|
}
|
|
}
|
|
|
|
// Token: 0x170016DD RID: 5853
|
|
// (get) Token: 0x06003DA6 RID: 15782 RVA: 0x000F38FC File Offset: 0x000F1AFC
|
|
// (set) Token: 0x06003DA7 RID: 15783 RVA: 0x000F3924 File Offset: 0x000F1B24
|
|
public unsafe int enemyKillCollection
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(GameCollectionDataVer0.NativeFieldInfoPtr_enemyKillCollection);
|
|
return *intPtr;
|
|
}
|
|
set
|
|
{
|
|
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(GameCollectionDataVer0.NativeFieldInfoPtr_enemyKillCollection)) = value;
|
|
}
|
|
}
|
|
|
|
// Token: 0x170016DE RID: 5854
|
|
// (get) Token: 0x06003DA8 RID: 15784 RVA: 0x000F3948 File Offset: 0x000F1B48
|
|
// (set) Token: 0x06003DA9 RID: 15785 RVA: 0x000F3970 File Offset: 0x000F1B70
|
|
public unsafe int beatingGameTimes
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(GameCollectionDataVer0.NativeFieldInfoPtr_beatingGameTimes);
|
|
return *intPtr;
|
|
}
|
|
set
|
|
{
|
|
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(GameCollectionDataVer0.NativeFieldInfoPtr_beatingGameTimes)) = value;
|
|
}
|
|
}
|
|
|
|
// Token: 0x04002847 RID: 10311
|
|
private static readonly IntPtr NativeFieldInfoPtr_currentSkin;
|
|
|
|
// Token: 0x04002848 RID: 10312
|
|
private static readonly IntPtr NativeFieldInfoPtr_achievementFlags;
|
|
|
|
// Token: 0x04002849 RID: 10313
|
|
private static readonly IntPtr NativeFieldInfoPtr_normalChantCollection;
|
|
|
|
// Token: 0x0400284A RID: 10314
|
|
private static readonly IntPtr NativeFieldInfoPtr_specialChantCollection;
|
|
|
|
// Token: 0x0400284B RID: 10315
|
|
private static readonly IntPtr NativeFieldInfoPtr_manaAbsorbCollection;
|
|
|
|
// Token: 0x0400284C RID: 10316
|
|
private static readonly IntPtr NativeFieldInfoPtr_moneyCollection;
|
|
|
|
// Token: 0x0400284D RID: 10317
|
|
private static readonly IntPtr NativeFieldInfoPtr_enemyKillCollection;
|
|
|
|
// Token: 0x0400284E RID: 10318
|
|
private static readonly IntPtr NativeFieldInfoPtr_beatingGameTimes;
|
|
|
|
// Token: 0x0400284F RID: 10319
|
|
private static readonly IntPtr NativeMethodInfoPtr_UpgradeVersion_Public_GameCollection_0;
|
|
|
|
// Token: 0x04002850 RID: 10320
|
|
private static readonly IntPtr NativeMethodInfoPtr__ctor_Public_Void_0;
|
|
}
|