scripts
This commit is contained in:
@@ -0,0 +1,46 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace RecRoom.Avatar.Data.Editor
|
||||
{
|
||||
// Token: 0x020021DB RID: 8667
|
||||
[Token(Token = "0x20021DB")]
|
||||
[Serializable]
|
||||
[StructLayout(3)]
|
||||
public class AvatarItemCombinationSet
|
||||
{
|
||||
// Token: 0x0600EEE9 RID: 61161 RVA: 0x0038AE34 File Offset: 0x00389034
|
||||
[Token(Token = "0x600EEE9")]
|
||||
[Address(RVA = "0x129E160", Offset = "0x129CB60", VA = "0x18129E160")]
|
||||
public AvatarItemCombinationSet()
|
||||
{
|
||||
AvatarMask[] array = new AvatarMask[0];
|
||||
this.PossibleMasks = array;
|
||||
AvatarColorSwatch[] array2 = new AvatarColorSwatch[0];
|
||||
this.PossibleSwatches = array2;
|
||||
AvatarDecal[] array3 = new AvatarDecal[0];
|
||||
this.PossibleDecals = array3;
|
||||
}
|
||||
|
||||
// Token: 0x04009EE3 RID: 40675
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x10")]
|
||||
[Token(Token = "0x4009EE3")]
|
||||
public string name;
|
||||
|
||||
// Token: 0x04009EE4 RID: 40676
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x18")]
|
||||
[Token(Token = "0x4009EE4")]
|
||||
public AvatarMask[] PossibleMasks;
|
||||
|
||||
// Token: 0x04009EE5 RID: 40677
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x20")]
|
||||
[Token(Token = "0x4009EE5")]
|
||||
public AvatarColorSwatch[] PossibleSwatches;
|
||||
|
||||
// Token: 0x04009EE6 RID: 40678
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x28")]
|
||||
[Token(Token = "0x4009EE6")]
|
||||
public AvatarDecal[] PossibleDecals;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,116 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
using RecRoom.Avatar.Data.Shared;
|
||||
using RecRoom.Avatar.Outfit;
|
||||
using UnityEngine;
|
||||
|
||||
namespace RecRoom.Avatar.Data.Editor
|
||||
{
|
||||
// Token: 0x020021DA RID: 8666
|
||||
[Token(Token = "0x20021DA")]
|
||||
[Serializable]
|
||||
[StructLayout(3)]
|
||||
public class EditorAvatarItem
|
||||
{
|
||||
// Token: 0x1700280F RID: 10255
|
||||
// (get) Token: 0x0600EEE3 RID: 61155 RVA: 0x0038AD78 File Offset: 0x00388F78
|
||||
[Token(Token = "0x1700280F")]
|
||||
public string Name
|
||||
{
|
||||
[Token(Token = "0x600EEE3")]
|
||||
[Address(RVA = "0x12A2FA0", Offset = "0x12A19A0", VA = "0x1812A2FA0")]
|
||||
get
|
||||
{
|
||||
return this.AvatarItemData.Name;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17002810 RID: 10256
|
||||
// (get) Token: 0x0600EEE4 RID: 61156 RVA: 0x0038AD98 File Offset: 0x00388F98
|
||||
[Token(Token = "0x17002810")]
|
||||
[Obsolete]
|
||||
public EditorAvatarOutfitPrefabReference EditorOutfitPrefabReference
|
||||
{
|
||||
[Token(Token = "0x600EEE4")]
|
||||
[Address(RVA = "0x12A2F20", Offset = "0x12A1920", VA = "0x1812A2F20")]
|
||||
get
|
||||
{
|
||||
EditorAvatarOutfitPrefabReference editorAvatarOutfitPrefabReference = this.editorOutfitPrefabReference;
|
||||
if (editorAvatarOutfitPrefabReference == 0)
|
||||
{
|
||||
EditorAvatarOutfitPrefabReference editorAvatarOutfitPrefabReference2 = new EditorAvatarOutfitPrefabReference();
|
||||
this.editorOutfitPrefabReference = editorAvatarOutfitPrefabReference2;
|
||||
}
|
||||
return editorAvatarOutfitPrefabReference;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17002811 RID: 10257
|
||||
// (get) Token: 0x0600EEE5 RID: 61157 RVA: 0x0038ADC0 File Offset: 0x00388FC0
|
||||
[Token(Token = "0x17002811")]
|
||||
[Obsolete]
|
||||
public OutfitPrefab LegacyOutfitPrefabReference
|
||||
{
|
||||
[Token(Token = "0x600EEE5")]
|
||||
[Address(RVA = "0x3C1240", Offset = "0x3BFC40", VA = "0x1803C1240")]
|
||||
get
|
||||
{
|
||||
return this.outfitPrefabReference;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17002812 RID: 10258
|
||||
// (get) Token: 0x0600EEE6 RID: 61158 RVA: 0x0038ADD4 File Offset: 0x00388FD4
|
||||
// (set) Token: 0x0600EEE7 RID: 61159 RVA: 0x0038ADF4 File Offset: 0x00388FF4
|
||||
[Token(Token = "0x17002812")]
|
||||
public OutfitPrefab OutfitPrefabReference
|
||||
{
|
||||
[Token(Token = "0x600EEE6")]
|
||||
[Address(RVA = "0x12A2FC0", Offset = "0x12A19C0", VA = "0x1812A2FC0")]
|
||||
get
|
||||
{
|
||||
return this.editorOutfitPrefabReference.Prefab;
|
||||
}
|
||||
[Token(Token = "0x600EEE7")]
|
||||
[Address(RVA = "0x12A3010", Offset = "0x12A1A10", VA = "0x1812A3010")]
|
||||
set
|
||||
{
|
||||
this.editorOutfitPrefabReference.Prefab = value;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0600EEE8 RID: 61160 RVA: 0x0038AE14 File Offset: 0x00389014
|
||||
[Token(Token = "0x600EEE8")]
|
||||
[Address(RVA = "0x12A2EA0", Offset = "0x12A18A0", VA = "0x1812A2EA0")]
|
||||
public EditorAvatarItem()
|
||||
{
|
||||
EditorAvatarOutfitPrefabReference editorAvatarOutfitPrefabReference = new EditorAvatarOutfitPrefabReference();
|
||||
this.editorOutfitPrefabReference = editorAvatarOutfitPrefabReference;
|
||||
base..ctor();
|
||||
}
|
||||
|
||||
// Token: 0x04009EDF RID: 40671
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x10")]
|
||||
[Token(Token = "0x4009EDF")]
|
||||
[SerializeField]
|
||||
private EditorAvatarOutfitPrefabReference editorOutfitPrefabReference;
|
||||
|
||||
// Token: 0x04009EE0 RID: 40672
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x18")]
|
||||
[Token(Token = "0x4009EE0")]
|
||||
[HideInInspector]
|
||||
[SerializeField]
|
||||
private OutfitPrefab outfitPrefabReference;
|
||||
|
||||
// Token: 0x04009EE1 RID: 40673
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x20")]
|
||||
[Token(Token = "0x4009EE1")]
|
||||
public AvatarItemData AvatarItemData;
|
||||
|
||||
// Token: 0x04009EE2 RID: 40674
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x28")]
|
||||
[Token(Token = "0x4009EE2")]
|
||||
public AvatarItemCombinationSet[] AvatarItemCombinations;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,226 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
using RecRoom.Avatar.Outfit;
|
||||
using UnityEngine;
|
||||
|
||||
namespace RecRoom.Avatar.Data.Editor
|
||||
{
|
||||
// Token: 0x020021DC RID: 8668
|
||||
[Token(Token = "0x20021DC")]
|
||||
[Serializable]
|
||||
[StructLayout(3)]
|
||||
public class EditorAvatarItemCombination : IEquatable<EditorAvatarItemCombination>, ISerializationCallbackReceiver
|
||||
{
|
||||
// Token: 0x17002813 RID: 10259
|
||||
// (get) Token: 0x0600EEEA RID: 61162 RVA: 0x0038AE74 File Offset: 0x00389074
|
||||
[Token(Token = "0x17002813")]
|
||||
[Obsolete]
|
||||
public EditorAvatarOutfitPrefabReference EditorOutfitPrefabReference
|
||||
{
|
||||
[Token(Token = "0x600EEEA")]
|
||||
[Address(RVA = "0x12A2D70", Offset = "0x12A1770", VA = "0x1812A2D70")]
|
||||
get
|
||||
{
|
||||
EditorAvatarOutfitPrefabReference editorAvatarOutfitPrefabReference = this.editorOutfitPrefabReference;
|
||||
if (editorAvatarOutfitPrefabReference == 0)
|
||||
{
|
||||
EditorAvatarOutfitPrefabReference editorAvatarOutfitPrefabReference2 = new EditorAvatarOutfitPrefabReference();
|
||||
this.editorOutfitPrefabReference = editorAvatarOutfitPrefabReference2;
|
||||
}
|
||||
return editorAvatarOutfitPrefabReference;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17002814 RID: 10260
|
||||
// (get) Token: 0x0600EEEB RID: 61163 RVA: 0x0038AE9C File Offset: 0x0038909C
|
||||
[Token(Token = "0x17002814")]
|
||||
[Obsolete]
|
||||
public OutfitPrefab LegacyOutfitPrefabReference
|
||||
{
|
||||
[Token(Token = "0x600EEEB")]
|
||||
[Address(RVA = "0x3C1220", Offset = "0x3BFC20", VA = "0x1803C1220")]
|
||||
get
|
||||
{
|
||||
return this.outfitPrefabReference;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17002815 RID: 10261
|
||||
// (get) Token: 0x0600EEEC RID: 61164 RVA: 0x0038AEB0 File Offset: 0x003890B0
|
||||
// (set) Token: 0x0600EEED RID: 61165 RVA: 0x0038AED0 File Offset: 0x003890D0
|
||||
[Token(Token = "0x17002815")]
|
||||
public OutfitPrefab OutfitPrefab
|
||||
{
|
||||
[Token(Token = "0x600EEEC")]
|
||||
[Address(RVA = "0x12A2DF0", Offset = "0x12A17F0", VA = "0x1812A2DF0")]
|
||||
get
|
||||
{
|
||||
return this.editorOutfitPrefabReference.Prefab;
|
||||
}
|
||||
[Token(Token = "0x600EEED")]
|
||||
[Address(RVA = "0x12A2E40", Offset = "0x12A1840", VA = "0x1812A2E40")]
|
||||
set
|
||||
{
|
||||
this.editorOutfitPrefabReference.Prefab = value;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0600EEEE RID: 61166 RVA: 0x0038AEF0 File Offset: 0x003890F0
|
||||
[Token(Token = "0x600EEEE")]
|
||||
[Address(RVA = "0x12A2820", Offset = "0x12A1220", VA = "0x1812A2820", Slot = "4")]
|
||||
public bool Equals(EditorAvatarItemCombination HPKICPNGMDJ)
|
||||
{
|
||||
if (HPKICPNGMDJ != 0)
|
||||
{
|
||||
if (this == HPKICPNGMDJ)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
string text = HPKICPNGMDJ.name;
|
||||
if (string.Equals(this.name, text))
|
||||
{
|
||||
OutfitPrefab prefab = this.editorOutfitPrefabReference.Prefab;
|
||||
OutfitPrefab prefab2 = HPKICPNGMDJ.editorOutfitPrefabReference.Prefab;
|
||||
if (object.Equals(prefab, prefab2))
|
||||
{
|
||||
AvatarMask mask = HPKICPNGMDJ.Mask;
|
||||
if (object.Equals(this.Mask, mask))
|
||||
{
|
||||
AvatarColorSwatch swatch = HPKICPNGMDJ.Swatch;
|
||||
if (object.Equals(this.Swatch, swatch))
|
||||
{
|
||||
AvatarDecal decal = HPKICPNGMDJ.Decal;
|
||||
return object.Equals(this.Decal, decal);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
|
||||
// Token: 0x0600EEEF RID: 61167 RVA: 0x0038AF94 File Offset: 0x00389194
|
||||
[Token(Token = "0x600EEEF")]
|
||||
[Address(RVA = "0x12A2950", Offset = "0x12A1350", VA = "0x1812A2950", Slot = "0")]
|
||||
public override bool Equals(object NLNHFEEMFBN)
|
||||
{
|
||||
Type type = NLNHFEEMFBN.GetType();
|
||||
Type type2 = base.GetType();
|
||||
bool flag = type != type2;
|
||||
if (!flag && flag)
|
||||
{
|
||||
if (this == flag)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
string text = this.name;
|
||||
OutfitPrefab outfitPrefab;
|
||||
if (flag && object.Equals(this.editorOutfitPrefabReference.Prefab, outfitPrefab) && object.Equals(this.Mask, outfitPrefab) && object.Equals(this.Swatch, outfitPrefab))
|
||||
{
|
||||
return object.Equals(this.Decal, outfitPrefab);
|
||||
}
|
||||
}
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
|
||||
// Token: 0x0600EEF0 RID: 61168 RVA: 0x0038B01C File Offset: 0x0038921C
|
||||
[Token(Token = "0x600EEF0")]
|
||||
[Address(RVA = "0x12A2B20", Offset = "0x12A1520", VA = "0x1812A2B20", Slot = "2")]
|
||||
public override int GetHashCode()
|
||||
{
|
||||
string text = this.name;
|
||||
int num = 0;
|
||||
if (text != 0)
|
||||
{
|
||||
text.Finalize();
|
||||
}
|
||||
OutfitPrefab prefab = this.editorOutfitPrefabReference.Prefab;
|
||||
int num2 = 0;
|
||||
if (prefab != num2)
|
||||
{
|
||||
this.editorOutfitPrefabReference.Prefab.Finalize();
|
||||
}
|
||||
AvatarMask mask = this.Mask;
|
||||
long num3 = (long)(num * (int)((uint)397));
|
||||
int num4 = 0;
|
||||
if (mask != num4)
|
||||
{
|
||||
this.Mask.Finalize();
|
||||
}
|
||||
AvatarColorSwatch swatch = this.Swatch;
|
||||
long num5 = num3 * (long)((uint)397);
|
||||
int num6 = 0;
|
||||
if (swatch != num6)
|
||||
{
|
||||
this.Swatch.Finalize();
|
||||
}
|
||||
AvatarDecal decal = this.Decal;
|
||||
long num7 = num5 * (long)((uint)397);
|
||||
int num8 = 0;
|
||||
if (decal != num8)
|
||||
{
|
||||
this.Decal.Finalize();
|
||||
}
|
||||
long num9 = num7 * (long)((uint)397);
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
|
||||
// Token: 0x0600EEF1 RID: 61169 RVA: 0x0000220F File Offset: 0x0000040F
|
||||
[Token(Token = "0x600EEF1")]
|
||||
[Address(RVA = "0x3C9F60", Offset = "0x3C8960", VA = "0x1803C9F60", Slot = "5")]
|
||||
public void OnBeforeSerialize()
|
||||
{
|
||||
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
||||
}
|
||||
|
||||
// Token: 0x0600EEF2 RID: 61170 RVA: 0x0000220F File Offset: 0x0000040F
|
||||
[Token(Token = "0x600EEF2")]
|
||||
[Address(RVA = "0x3C9F60", Offset = "0x3C8960", VA = "0x1803C9F60", Slot = "6")]
|
||||
public void OnAfterDeserialize()
|
||||
{
|
||||
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
||||
}
|
||||
|
||||
// Token: 0x0600EEF3 RID: 61171 RVA: 0x0038B0FC File Offset: 0x003892FC
|
||||
[Token(Token = "0x600EEF3")]
|
||||
[Address(RVA = "0x3C1670", Offset = "0x3C0070", VA = "0x1803C1670")]
|
||||
public EditorAvatarItemCombination()
|
||||
{
|
||||
this.OnBeforeSerialize();
|
||||
}
|
||||
|
||||
// Token: 0x04009EE7 RID: 40679
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x10")]
|
||||
[Token(Token = "0x4009EE7")]
|
||||
public string name;
|
||||
|
||||
// Token: 0x04009EE8 RID: 40680
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x18")]
|
||||
[Token(Token = "0x4009EE8")]
|
||||
[SerializeField]
|
||||
private EditorAvatarOutfitPrefabReference editorOutfitPrefabReference;
|
||||
|
||||
// Token: 0x04009EE9 RID: 40681
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x20")]
|
||||
[Token(Token = "0x4009EE9")]
|
||||
[HideInInspector]
|
||||
[SerializeField]
|
||||
private OutfitPrefab outfitPrefabReference;
|
||||
|
||||
// Token: 0x04009EEA RID: 40682
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x28")]
|
||||
[Token(Token = "0x4009EEA")]
|
||||
public AvatarMask Mask;
|
||||
|
||||
// Token: 0x04009EEB RID: 40683
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x30")]
|
||||
[Token(Token = "0x4009EEB")]
|
||||
public AvatarColorSwatch Swatch;
|
||||
|
||||
// Token: 0x04009EEC RID: 40684
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x38")]
|
||||
[Token(Token = "0x4009EEC")]
|
||||
public AvatarDecal Decal;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
using RecRoom.Avatar.Outfit;
|
||||
using RecRoom.EditorUtils;
|
||||
|
||||
namespace RecRoom.Avatar.Data.Editor
|
||||
{
|
||||
// Token: 0x020021D9 RID: 8665
|
||||
[Token(Token = "0x20021D9")]
|
||||
[Serializable]
|
||||
[StructLayout(3)]
|
||||
public class EditorAvatarOutfitPrefabReference : EditorPrefabReference<OutfitPrefab>
|
||||
{
|
||||
// Token: 0x0600EEE2 RID: 61154 RVA: 0x0038AD64 File Offset: 0x00388F64
|
||||
[Token(Token = "0x600EEE2")]
|
||||
[Address(RVA = "0x12A3070", Offset = "0x12A1A70", VA = "0x1812A3070")]
|
||||
public EditorAvatarOutfitPrefabReference()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,174 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
using RecRoom.Avatar.Data.Shared;
|
||||
using UnityEngine;
|
||||
|
||||
namespace RecRoom.Avatar.Data.Runtime
|
||||
{
|
||||
// Token: 0x020021EA RID: 8682
|
||||
[Token(Token = "0x20021EA")]
|
||||
[Serializable]
|
||||
[StructLayout(0)]
|
||||
public struct AvatarItem
|
||||
{
|
||||
// Token: 0x17002825 RID: 10277
|
||||
// (get) Token: 0x0600EF3C RID: 61244 RVA: 0x0000220F File Offset: 0x0000040F
|
||||
[Token(Token = "0x17002825")]
|
||||
public AvatarItemData AvatarItemData
|
||||
{
|
||||
[Token(Token = "0x600EF3C")]
|
||||
[Address(RVA = "0x8F00", Offset = "0x8300", VA = "0x180008F00")]
|
||||
get
|
||||
{
|
||||
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17002826 RID: 10278
|
||||
// (get) Token: 0x0600EF3D RID: 61245 RVA: 0x0000220F File Offset: 0x0000040F
|
||||
[Token(Token = "0x17002826")]
|
||||
public AvatarItemVisualData AvatarItemVisualData
|
||||
{
|
||||
[Token(Token = "0x600EF3D")]
|
||||
[Address(RVA = "0x8F20", Offset = "0x8320", VA = "0x180008F20")]
|
||||
get
|
||||
{
|
||||
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17002827 RID: 10279
|
||||
// (get) Token: 0x0600EF3E RID: 61246 RVA: 0x0038BE50 File Offset: 0x0038A050
|
||||
[Token(Token = "0x17002827")]
|
||||
public bool IsEarItem
|
||||
{
|
||||
[Token(Token = "0x600EF3E")]
|
||||
[Address(RVA = "0x22EF60", Offset = "0x22E360", VA = "0x18022EF60")]
|
||||
get
|
||||
{
|
||||
bool flag;
|
||||
return flag;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0600EF3F RID: 61247 RVA: 0x0038BE64 File Offset: 0x0038A064
|
||||
[Token(Token = "0x600EF3F")]
|
||||
[Address(RVA = "0x22F1A0", Offset = "0x22E5A0", VA = "0x18022F1A0")]
|
||||
public AvatarItem(AvatarItemData avatarItemData, AvatarItemVisualData avatarItemVisualData)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x0600EF40 RID: 61248 RVA: 0x0038BE74 File Offset: 0x0038A074
|
||||
[Token(Token = "0x600EF40")]
|
||||
[Address(RVA = "0x12A01C0", Offset = "0x129EBC0", VA = "0x1812A01C0")]
|
||||
public static AvatarItem GOODJMOBMEM(string DJHKBMIDFLF)
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (0600EF40)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling RecRoom.Avatar.Data.Runtime.AvatarItem RecRoom.Avatar.Data.Runtime.AvatarItem::GOODJMOBMEM(System.String)
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
IL_13:
|
||||
stloc:PAIMDBLIGAL(var_2_1D, newobj:PAIMDBLIGAL(PAIMDBLIGAL::.ctor, ldstr:string("Attempted to parse AvatarItem from empty RecNet string!")))
|
||||
}
|
||||
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1852
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.Optimize(DecompilerContext context, ILBlock method, AutoPropertyProvider autoPropertyProvider, StateMachineKind& stateMachineKind, MethodDef& inlinedMethod, AsyncMethodDebugInfo& asyncInfo, ILAstOptimizationStep abortBeforeStep) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 355
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(IEnumerable`1 parameters, MethodDebugInfoBuilder& builder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 123
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 88
|
||||
--- End of inner exception stack trace ---
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 92
|
||||
at ICSharpCode.Decompiler.Ast.AstBuilder.AddMethodBody(EntityDeclaration methodNode, EntityDeclaration& updatedNode, MethodDef method, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, MethodKind methodKind) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstBuilder.cs:line 1663
|
||||
*/;
|
||||
}
|
||||
|
||||
// Token: 0x0600EF41 RID: 61249 RVA: 0x0038BEA0 File Offset: 0x0038A0A0
|
||||
[Token(Token = "0x600EF41")]
|
||||
[Address(RVA = "0x129FF70", Offset = "0x129E970", VA = "0x18129FF70")]
|
||||
public static AvatarItem GOODJMOBMEM(string OMPAGBANEDN, ArraySegment<string> OHHPGKIAFFN)
|
||||
{
|
||||
AvatarItemWardrobeRuntimeConfig.GuidAvatarDataDictionary avatarItemDataLookup = AvatarItemWardrobeRuntimeConfig.Config.avatarItemDataLookup;
|
||||
bool flag;
|
||||
if (flag)
|
||||
{
|
||||
AvatarItemVisualData avatarItemVisualData = new AvatarItemVisualData();
|
||||
avatarItemVisualData.prefabGuid = OHHPGKIAFFN;
|
||||
avatarItemVisualData.decalGuid = flag;
|
||||
}
|
||||
string text;
|
||||
InvalidOperationException ex = new InvalidOperationException(text);
|
||||
throw new IndexOutOfRangeException();
|
||||
}
|
||||
|
||||
// Token: 0x0600EF42 RID: 61250 RVA: 0x0038BF00 File Offset: 0x0038A100
|
||||
[Token(Token = "0x600EF42")]
|
||||
[Address(RVA = "0x22F180", Offset = "0x22E580", VA = "0x18022F180")]
|
||||
public string JOPJHHOJMEE()
|
||||
{
|
||||
string text;
|
||||
return text;
|
||||
}
|
||||
|
||||
// Token: 0x0600EF43 RID: 61251 RVA: 0x0000220F File Offset: 0x0000040F
|
||||
[Token(Token = "0x600EF43")]
|
||||
[Address(RVA = "0x22F0A0", Offset = "0x22E4A0", VA = "0x18022F0A0")]
|
||||
public bool FKCEAFNEBAM(AvatarItem HPKICPNGMDJ)
|
||||
{
|
||||
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
||||
}
|
||||
|
||||
// Token: 0x0600EF44 RID: 61252 RVA: 0x0038BF14 File Offset: 0x0038A114
|
||||
[Token(Token = "0x600EF44")]
|
||||
[Address(RVA = "0x22EFD0", Offset = "0x22E3D0", VA = "0x18022EFD0", Slot = "0")]
|
||||
public override bool Equals(object NLNHFEEMFBN)
|
||||
{
|
||||
if (NLNHFEEMFBN == 0 || NLNHFEEMFBN != 0)
|
||||
{
|
||||
}
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
|
||||
// Token: 0x0600EF45 RID: 61253 RVA: 0x0038BF30 File Offset: 0x0038A130
|
||||
[Token(Token = "0x600EF45")]
|
||||
[Address(RVA = "0x22F120", Offset = "0x22E520", VA = "0x18022F120", Slot = "2")]
|
||||
public override int GetHashCode()
|
||||
{
|
||||
this.Finalize();
|
||||
this.Finalize();
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
|
||||
// Token: 0x0600EF46 RID: 61254 RVA: 0x0038BF50 File Offset: 0x0038A150
|
||||
[Token(Token = "0x600EF46")]
|
||||
[Address(RVA = "0x12A0380", Offset = "0x129ED80", VA = "0x1812A0380")]
|
||||
public static bool JGIMJGNAJHP(AvatarItem EONHDDFEGMC, AvatarItem LDFLEALOHOI)
|
||||
{
|
||||
AvatarItemVisualData avatarItemVisualData = EONHDDFEGMC._avatarItemVisualData;
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
|
||||
// Token: 0x0600EF47 RID: 61255 RVA: 0x0038BF6C File Offset: 0x0038A16C
|
||||
[Token(Token = "0x600EF47")]
|
||||
[Address(RVA = "0x129FE10", Offset = "0x129E810", VA = "0x18129FE10")]
|
||||
public static bool BDBLGMKABNK(AvatarItem EONHDDFEGMC, AvatarItem LDFLEALOHOI)
|
||||
{
|
||||
bool flag;
|
||||
return flag;
|
||||
}
|
||||
|
||||
// Token: 0x04009F2E RID: 40750
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x0")]
|
||||
[Token(Token = "0x4009F2E")]
|
||||
[SerializeField]
|
||||
private AvatarItemData _avatarItemData;
|
||||
|
||||
// Token: 0x04009F2F RID: 40751
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x8")]
|
||||
[Token(Token = "0x4009F2F")]
|
||||
[SerializeField]
|
||||
private AvatarItemVisualData _avatarItemVisualData;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,194 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
using UnityEngine;
|
||||
|
||||
namespace RecRoom.Avatar.Data.Runtime
|
||||
{
|
||||
// Token: 0x020021E9 RID: 8681
|
||||
[Token(Token = "0x20021E9")]
|
||||
[Serializable]
|
||||
[StructLayout(0)]
|
||||
public struct AvatarItemSelection
|
||||
{
|
||||
// Token: 0x17002820 RID: 10272
|
||||
// (get) Token: 0x0600EF31 RID: 61233 RVA: 0x0000220F File Offset: 0x0000040F
|
||||
[Token(Token = "0x17002820")]
|
||||
public AvatarItem AvatarItem
|
||||
{
|
||||
[Token(Token = "0x600EF31")]
|
||||
[Address(RVA = "0xF760", Offset = "0xEB60", VA = "0x18000F760")]
|
||||
get
|
||||
{
|
||||
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17002821 RID: 10273
|
||||
// (get) Token: 0x0600EF32 RID: 61234 RVA: 0x0000220F File Offset: 0x0000040F
|
||||
[Token(Token = "0x17002821")]
|
||||
public Player.GAHEJKDCLLE BodyPart
|
||||
{
|
||||
[Token(Token = "0x600EF32")]
|
||||
[Address(RVA = "0x30FF0", Offset = "0x303F0", VA = "0x180030FF0")]
|
||||
get
|
||||
{
|
||||
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17002822 RID: 10274
|
||||
// (get) Token: 0x0600EF33 RID: 61235 RVA: 0x0000220F File Offset: 0x0000040F
|
||||
[Token(Token = "0x17002822")]
|
||||
public bool IsTrialItem
|
||||
{
|
||||
[Token(Token = "0x600EF33")]
|
||||
[Address(RVA = "0x2490", Offset = "0x1890", VA = "0x180002490")]
|
||||
get
|
||||
{
|
||||
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17002823 RID: 10275
|
||||
// (get) Token: 0x0600EF34 RID: 61236 RVA: 0x0038BD44 File Offset: 0x00389F44
|
||||
[Token(Token = "0x17002823")]
|
||||
public bool IsEarItem
|
||||
{
|
||||
[Token(Token = "0x600EF34")]
|
||||
[Address(RVA = "0x22EF60", Offset = "0x22E360", VA = "0x18022EF60")]
|
||||
get
|
||||
{
|
||||
Player.GAHEJKDCLLE bodyPart = this._bodyPart;
|
||||
bool flag;
|
||||
return flag;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17002824 RID: 10276
|
||||
// (get) Token: 0x0600EF35 RID: 61237 RVA: 0x0038BD60 File Offset: 0x00389F60
|
||||
[Token(Token = "0x17002824")]
|
||||
public bool IsTeamItem
|
||||
{
|
||||
[Token(Token = "0x600EF35")]
|
||||
[Address(RVA = "0x22EF80", Offset = "0x22E380", VA = "0x18022EF80")]
|
||||
get
|
||||
{
|
||||
Player.GAHEJKDCLLE bodyPart = this._bodyPart;
|
||||
bool flag;
|
||||
return flag;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0600EF36 RID: 61238 RVA: 0x0038BD7C File Offset: 0x00389F7C
|
||||
[Token(Token = "0x600EF36")]
|
||||
[Address(RVA = "0x22EF50", Offset = "0x22E350", VA = "0x18022EF50")]
|
||||
public AvatarItemSelection(AvatarItem avatarItem, Player.GAHEJKDCLLE bodyPart, bool isTrialItem = false)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x0600EF37 RID: 61239 RVA: 0x0038BD8C File Offset: 0x00389F8C
|
||||
[Token(Token = "0x600EF37")]
|
||||
[Address(RVA = "0x22EEC0", Offset = "0x22E2C0", VA = "0x18022EEC0")]
|
||||
public string JOPJHHOJMEE()
|
||||
{
|
||||
string text;
|
||||
return string.Format("{0},{1}", text, text);
|
||||
}
|
||||
|
||||
// Token: 0x0600EF38 RID: 61240 RVA: 0x0038BDAC File Offset: 0x00389FAC
|
||||
[Token(Token = "0x600EF38")]
|
||||
[Address(RVA = "0x22EDE0", Offset = "0x22E1E0", VA = "0x18022EDE0")]
|
||||
public GJLFEEPPOBG CGBJDLJHBNF()
|
||||
{
|
||||
string text;
|
||||
return new GJLFEEPPOBG
|
||||
{
|
||||
BCFNPHPNLLC = text,
|
||||
CBEOKMNCOHP = text,
|
||||
NBCFAOAELFJ = (text != null)
|
||||
};
|
||||
}
|
||||
|
||||
// Token: 0x0600EF39 RID: 61241 RVA: 0x0038BDDC File Offset: 0x00389FDC
|
||||
[Token(Token = "0x600EF39")]
|
||||
[Address(RVA = "0x129E640", Offset = "0x129D040", VA = "0x18129E640")]
|
||||
public static AvatarItemSelection GOODJMOBMEM(string CKGPOEGEBAO)
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (0600EF39)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling RecRoom.Avatar.Data.Runtime.AvatarItemSelection RecRoom.Avatar.Data.Runtime.AvatarItemSelection::GOODJMOBMEM(System.String)
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
Block_0:
|
||||
stloc:int32(var_1_24, call:int32(int32::Parse, ldelem:string([mscorlib]System.String, ldloc:string[](var_0), ldc.i4:int32(4))))
|
||||
stloc:PAIMDBLIGAL(var_4_2B, newobj:PAIMDBLIGAL(PAIMDBLIGAL::.ctor, ldloc:string(var_3)))
|
||||
}
|
||||
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1852
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.Optimize(DecompilerContext context, ILBlock method, AutoPropertyProvider autoPropertyProvider, StateMachineKind& stateMachineKind, MethodDef& inlinedMethod, AsyncMethodDebugInfo& asyncInfo, ILAstOptimizationStep abortBeforeStep) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 355
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(IEnumerable`1 parameters, MethodDebugInfoBuilder& builder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 123
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 88
|
||||
--- End of inner exception stack trace ---
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 92
|
||||
at ICSharpCode.Decompiler.Ast.AstBuilder.AddMethodBody(EntityDeclaration methodNode, EntityDeclaration& updatedNode, MethodDef method, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, MethodKind methodKind) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstBuilder.cs:line 1663
|
||||
*/;
|
||||
}
|
||||
|
||||
// Token: 0x0600EF3A RID: 61242 RVA: 0x0038BE18 File Offset: 0x0038A018
|
||||
[Token(Token = "0x600EF3A")]
|
||||
[Address(RVA = "0x129E890", Offset = "0x129D290", VA = "0x18129E890")]
|
||||
public static AvatarItemSelection INHHDGFGNHO(GJLFEEPPOBG ABADFLCBFIJ)
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (0600EF3A)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling RecRoom.Avatar.Data.Runtime.AvatarItemSelection RecRoom.Avatar.Data.Runtime.AvatarItemSelection::INHHDGFGNHO(GJLFEEPPOBG)
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
Block_0:
|
||||
stloc:PAIMDBLIGAL(var_1_0A, newobj:PAIMDBLIGAL(PAIMDBLIGAL::.ctor, ldstr:string("Attempting to parse empty Avatar Item Selection protobuf data!")))
|
||||
}
|
||||
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1852
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.Optimize(DecompilerContext context, ILBlock method, AutoPropertyProvider autoPropertyProvider, StateMachineKind& stateMachineKind, MethodDef& inlinedMethod, AsyncMethodDebugInfo& asyncInfo, ILAstOptimizationStep abortBeforeStep) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 355
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(IEnumerable`1 parameters, MethodDebugInfoBuilder& builder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 123
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 88
|
||||
--- End of inner exception stack trace ---
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 92
|
||||
at ICSharpCode.Decompiler.Ast.AstBuilder.AddMethodBody(EntityDeclaration methodNode, EntityDeclaration& updatedNode, MethodDef method, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, MethodKind methodKind) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstBuilder.cs:line 1663
|
||||
*/;
|
||||
}
|
||||
|
||||
// Token: 0x0600EF3B RID: 61243 RVA: 0x0038BE30 File Offset: 0x0038A030
|
||||
[Token(Token = "0x600EF3B")]
|
||||
[Address(RVA = "0x22EE70", Offset = "0x22E270", VA = "0x18022EE70")]
|
||||
public bool FGNBCJKFNBJ(AvatarItemSelection HHCGPJENMGF)
|
||||
{
|
||||
Player.GAHEJKDCLLE bodyPart = this._bodyPart;
|
||||
bool flag;
|
||||
return flag;
|
||||
}
|
||||
|
||||
// Token: 0x04009F2B RID: 40747
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x0")]
|
||||
[Token(Token = "0x4009F2B")]
|
||||
[SerializeField]
|
||||
private AvatarItem _avatarItem;
|
||||
|
||||
// Token: 0x04009F2C RID: 40748
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x10")]
|
||||
[Token(Token = "0x4009F2C")]
|
||||
[SerializeField]
|
||||
private Player.GAHEJKDCLLE _bodyPart;
|
||||
|
||||
// Token: 0x04009F2D RID: 40749
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x14")]
|
||||
[Token(Token = "0x4009F2D")]
|
||||
[NonSerialized]
|
||||
private bool _isTrialItem;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,544 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
using RecRoom.Avatar.Data.Shared;
|
||||
using UnityEngine;
|
||||
using UnityEngine.AddressableAssets;
|
||||
|
||||
namespace RecRoom.Avatar.Data.Runtime
|
||||
{
|
||||
// Token: 0x020021E4 RID: 8676
|
||||
[Token(Token = "0x20021E4")]
|
||||
[Serializable]
|
||||
[StructLayout(3)]
|
||||
public class AvatarItemWardrobeRuntimeConfig : ScriptableObject
|
||||
{
|
||||
// Token: 0x17002817 RID: 10263
|
||||
// (get) Token: 0x0600EF1C RID: 61212 RVA: 0x0038BAB0 File Offset: 0x00389CB0
|
||||
[Token(Token = "0x17002817")]
|
||||
public static AvatarItemWardrobeRuntimeConfig Config
|
||||
{
|
||||
[Token(Token = "0x600EF1C")]
|
||||
[Address(RVA = "0x129FCC0", Offset = "0x129E6C0", VA = "0x18129FCC0")]
|
||||
get
|
||||
{
|
||||
AvatarItemWardrobeRuntimeConfig config = AvatarItemWardrobeRuntimeConfig._config;
|
||||
int num = 0;
|
||||
if (config == num)
|
||||
{
|
||||
AvatarItemWardrobeRuntimeConfig._config = OIOLECLLCPM.GDJBDCKGDLE<AvatarItemWardrobeRuntimeConfig>(0);
|
||||
}
|
||||
return AvatarItemWardrobeRuntimeConfig._config;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17002818 RID: 10264
|
||||
// (get) Token: 0x0600EF1D RID: 61213 RVA: 0x0000220F File Offset: 0x0000040F
|
||||
// (set) Token: 0x0600EF1E RID: 61214 RVA: 0x0038BAE0 File Offset: 0x00389CE0
|
||||
[Token(Token = "0x17002818")]
|
||||
public DateTime BuiltAtUtc
|
||||
{
|
||||
[Token(Token = "0x600EF1D")]
|
||||
[Address(RVA = "0x129FC90", Offset = "0x129E690", VA = "0x18129FC90")]
|
||||
get
|
||||
{
|
||||
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
||||
}
|
||||
[Token(Token = "0x600EF1E")]
|
||||
[Address(RVA = "0x129FDE0", Offset = "0x129E7E0", VA = "0x18129FDE0")]
|
||||
set
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17002819 RID: 10265
|
||||
// (get) Token: 0x0600EF1F RID: 61215 RVA: 0x0038BAF0 File Offset: 0x00389CF0
|
||||
[Token(Token = "0x17002819")]
|
||||
public IReadOnlyList<AvatarItemSelection> TeamAvatarItemSelections
|
||||
{
|
||||
[Token(Token = "0x600EF1F")]
|
||||
[Address(RVA = "0x3EDEA0", Offset = "0x3EC8A0", VA = "0x1803EDEA0")]
|
||||
get
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (0600EF1F)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Collections.Generic.IReadOnlyList`1<RecRoom.Avatar.Data.Runtime.AvatarItemSelection> RecRoom.Avatar.Data.Runtime.AvatarItemWardrobeRuntimeConfig::get_TeamAvatarItemSelections()
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
Block_0:
|
||||
stloc:class [mscorlib]System.Collections.Generic.List`1<valuetype RecRoom.Avatar.Data.Runtime.AvatarItemSelection>(var_0_06, ldfld:class [mscorlib]System.Collections.Generic.List`1<valuetype RecRoom.Avatar.Data.Runtime.AvatarItemSelection>(AvatarItemWardrobeRuntimeConfig::teamAvatarItemSelections, ldloc:AvatarItemWardrobeRuntimeConfig(this)))
|
||||
}
|
||||
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1852
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.Optimize(DecompilerContext context, ILBlock method, AutoPropertyProvider autoPropertyProvider, StateMachineKind& stateMachineKind, MethodDef& inlinedMethod, AsyncMethodDebugInfo& asyncInfo, ILAstOptimizationStep abortBeforeStep) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 355
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(IEnumerable`1 parameters, MethodDebugInfoBuilder& builder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 123
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 88
|
||||
--- End of inner exception stack trace ---
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 92
|
||||
at ICSharpCode.Decompiler.Ast.AstBuilder.AddMethodBody(EntityDeclaration methodNode, EntityDeclaration& updatedNode, MethodDef method, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, MethodKind methodKind) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstBuilder.cs:line 1663
|
||||
*/;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x1700281A RID: 10266
|
||||
// (get) Token: 0x0600EF20 RID: 61216 RVA: 0x0038BB04 File Offset: 0x00389D04
|
||||
[Token(Token = "0x1700281A")]
|
||||
public IReadOnlyList<AvatarItemSelection> TeamEmissiveAvatarItemSelections
|
||||
{
|
||||
[Token(Token = "0x600EF20")]
|
||||
[Address(RVA = "0x462740", Offset = "0x461140", VA = "0x180462740")]
|
||||
get
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (0600EF20)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Collections.Generic.IReadOnlyList`1<RecRoom.Avatar.Data.Runtime.AvatarItemSelection> RecRoom.Avatar.Data.Runtime.AvatarItemWardrobeRuntimeConfig::get_TeamEmissiveAvatarItemSelections()
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
Block_0:
|
||||
stloc:class [mscorlib]System.Collections.Generic.List`1<valuetype RecRoom.Avatar.Data.Runtime.AvatarItemSelection>(var_0_06, ldfld:class [mscorlib]System.Collections.Generic.List`1<valuetype RecRoom.Avatar.Data.Runtime.AvatarItemSelection>(AvatarItemWardrobeRuntimeConfig::teamEmissiveAvatarItemSelections, ldloc:AvatarItemWardrobeRuntimeConfig(this)))
|
||||
}
|
||||
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1852
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.Optimize(DecompilerContext context, ILBlock method, AutoPropertyProvider autoPropertyProvider, StateMachineKind& stateMachineKind, MethodDef& inlinedMethod, AsyncMethodDebugInfo& asyncInfo, ILAstOptimizationStep abortBeforeStep) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 355
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(IEnumerable`1 parameters, MethodDebugInfoBuilder& builder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 123
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 88
|
||||
--- End of inner exception stack trace ---
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 92
|
||||
at ICSharpCode.Decompiler.Ast.AstBuilder.AddMethodBody(EntityDeclaration methodNode, EntityDeclaration& updatedNode, MethodDef method, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, MethodKind methodKind) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstBuilder.cs:line 1663
|
||||
*/;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x1700281B RID: 10267
|
||||
// (get) Token: 0x0600EF21 RID: 61217 RVA: 0x0038BB18 File Offset: 0x00389D18
|
||||
[Token(Token = "0x1700281B")]
|
||||
public IReadOnlyList<AvatarItem> TutorialAvatarItems
|
||||
{
|
||||
[Token(Token = "0x600EF21")]
|
||||
[Address(RVA = "0x4B81A0", Offset = "0x4B6BA0", VA = "0x1804B81A0")]
|
||||
get
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (0600EF21)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Collections.Generic.IReadOnlyList`1<RecRoom.Avatar.Data.Runtime.AvatarItem> RecRoom.Avatar.Data.Runtime.AvatarItemWardrobeRuntimeConfig::get_TutorialAvatarItems()
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
Block_0:
|
||||
stloc:class [mscorlib]System.Collections.Generic.List`1<valuetype RecRoom.Avatar.Data.Runtime.AvatarItem>(var_0_06, ldfld:class [mscorlib]System.Collections.Generic.List`1<valuetype RecRoom.Avatar.Data.Runtime.AvatarItem>(AvatarItemWardrobeRuntimeConfig::tutorialAvatarItems, ldloc:AvatarItemWardrobeRuntimeConfig(this)))
|
||||
}
|
||||
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1852
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.Optimize(DecompilerContext context, ILBlock method, AutoPropertyProvider autoPropertyProvider, StateMachineKind& stateMachineKind, MethodDef& inlinedMethod, AsyncMethodDebugInfo& asyncInfo, ILAstOptimizationStep abortBeforeStep) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 355
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(IEnumerable`1 parameters, MethodDebugInfoBuilder& builder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 123
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 88
|
||||
--- End of inner exception stack trace ---
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 92
|
||||
at ICSharpCode.Decompiler.Ast.AstBuilder.AddMethodBody(EntityDeclaration methodNode, EntityDeclaration& updatedNode, MethodDef method, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, MethodKind methodKind) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstBuilder.cs:line 1663
|
||||
*/;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x1700281C RID: 10268
|
||||
// (get) Token: 0x0600EF22 RID: 61218 RVA: 0x0038BB2C File Offset: 0x00389D2C
|
||||
[Token(Token = "0x1700281C")]
|
||||
public IReadOnlyList<AvatarItem> DefaultUnlockedAvatarItems
|
||||
{
|
||||
[Token(Token = "0x600EF22")]
|
||||
[Address(RVA = "0x3EDE90", Offset = "0x3EC890", VA = "0x1803EDE90")]
|
||||
get
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (0600EF22)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Collections.Generic.IReadOnlyList`1<RecRoom.Avatar.Data.Runtime.AvatarItem> RecRoom.Avatar.Data.Runtime.AvatarItemWardrobeRuntimeConfig::get_DefaultUnlockedAvatarItems()
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
Block_0:
|
||||
stloc:class [mscorlib]System.Collections.Generic.List`1<valuetype RecRoom.Avatar.Data.Runtime.AvatarItem>(var_0_06, ldfld:class [mscorlib]System.Collections.Generic.List`1<valuetype RecRoom.Avatar.Data.Runtime.AvatarItem>(AvatarItemWardrobeRuntimeConfig::defaultUnlockedAvatarItems, ldloc:AvatarItemWardrobeRuntimeConfig(this)))
|
||||
}
|
||||
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1852
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.Optimize(DecompilerContext context, ILBlock method, AutoPropertyProvider autoPropertyProvider, StateMachineKind& stateMachineKind, MethodDef& inlinedMethod, AsyncMethodDebugInfo& asyncInfo, ILAstOptimizationStep abortBeforeStep) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 355
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(IEnumerable`1 parameters, MethodDebugInfoBuilder& builder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 123
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 88
|
||||
--- End of inner exception stack trace ---
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 92
|
||||
at ICSharpCode.Decompiler.Ast.AstBuilder.AddMethodBody(EntityDeclaration methodNode, EntityDeclaration& updatedNode, MethodDef method, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, MethodKind methodKind) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstBuilder.cs:line 1663
|
||||
*/;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x1700281D RID: 10269
|
||||
// (get) Token: 0x0600EF23 RID: 61219 RVA: 0x0038BB40 File Offset: 0x00389D40
|
||||
[Token(Token = "0x1700281D")]
|
||||
public IReadOnlyList<AvatarItem> InitialAvatarItems
|
||||
{
|
||||
[Token(Token = "0x600EF23")]
|
||||
[Address(RVA = "0x48F050", Offset = "0x48DA50", VA = "0x18048F050")]
|
||||
get
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (0600EF23)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Collections.Generic.IReadOnlyList`1<RecRoom.Avatar.Data.Runtime.AvatarItem> RecRoom.Avatar.Data.Runtime.AvatarItemWardrobeRuntimeConfig::get_InitialAvatarItems()
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
Block_0:
|
||||
stloc:class [mscorlib]System.Collections.Generic.List`1<valuetype RecRoom.Avatar.Data.Runtime.AvatarItem>(var_0_06, ldfld:class [mscorlib]System.Collections.Generic.List`1<valuetype RecRoom.Avatar.Data.Runtime.AvatarItem>(AvatarItemWardrobeRuntimeConfig::initialAvatarItems, ldloc:AvatarItemWardrobeRuntimeConfig(this)))
|
||||
}
|
||||
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1852
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.Optimize(DecompilerContext context, ILBlock method, AutoPropertyProvider autoPropertyProvider, StateMachineKind& stateMachineKind, MethodDef& inlinedMethod, AsyncMethodDebugInfo& asyncInfo, ILAstOptimizationStep abortBeforeStep) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 355
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(IEnumerable`1 parameters, MethodDebugInfoBuilder& builder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 123
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 88
|
||||
--- End of inner exception stack trace ---
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 92
|
||||
at ICSharpCode.Decompiler.Ast.AstBuilder.AddMethodBody(EntityDeclaration methodNode, EntityDeclaration& updatedNode, MethodDef method, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, MethodKind methodKind) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstBuilder.cs:line 1663
|
||||
*/;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x1700281E RID: 10270
|
||||
// (get) Token: 0x0600EF24 RID: 61220 RVA: 0x0038BB54 File Offset: 0x00389D54
|
||||
[Token(Token = "0x1700281E")]
|
||||
public IReadOnlyList<AvatarItem> DefaultTorsoAvatarItems
|
||||
{
|
||||
[Token(Token = "0x600EF24")]
|
||||
[Address(RVA = "0x4D2570", Offset = "0x4D0F70", VA = "0x1804D2570")]
|
||||
get
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (0600EF24)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Collections.Generic.IReadOnlyList`1<RecRoom.Avatar.Data.Runtime.AvatarItem> RecRoom.Avatar.Data.Runtime.AvatarItemWardrobeRuntimeConfig::get_DefaultTorsoAvatarItems()
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
Block_0:
|
||||
stloc:class [mscorlib]System.Collections.Generic.List`1<valuetype RecRoom.Avatar.Data.Runtime.AvatarItem>(var_0_06, ldfld:class [mscorlib]System.Collections.Generic.List`1<valuetype RecRoom.Avatar.Data.Runtime.AvatarItem>(AvatarItemWardrobeRuntimeConfig::defaultTorsoAvatarItems, ldloc:AvatarItemWardrobeRuntimeConfig(this)))
|
||||
}
|
||||
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1852
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.Optimize(DecompilerContext context, ILBlock method, AutoPropertyProvider autoPropertyProvider, StateMachineKind& stateMachineKind, MethodDef& inlinedMethod, AsyncMethodDebugInfo& asyncInfo, ILAstOptimizationStep abortBeforeStep) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 355
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(IEnumerable`1 parameters, MethodDebugInfoBuilder& builder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 123
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 88
|
||||
--- End of inner exception stack trace ---
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 92
|
||||
at ICSharpCode.Decompiler.Ast.AstBuilder.AddMethodBody(EntityDeclaration methodNode, EntityDeclaration& updatedNode, MethodDef method, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, MethodKind methodKind) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstBuilder.cs:line 1663
|
||||
*/;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x1700281F RID: 10271
|
||||
// (get) Token: 0x0600EF25 RID: 61221 RVA: 0x0038BB68 File Offset: 0x00389D68
|
||||
[Token(Token = "0x1700281F")]
|
||||
public IReadOnlyList<AvatarItem> AllPossibleCombinations
|
||||
{
|
||||
[Token(Token = "0x600EF25")]
|
||||
[Address(RVA = "0x501250", Offset = "0x4FFC50", VA = "0x180501250")]
|
||||
get
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (0600EF25)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Collections.Generic.IReadOnlyList`1<RecRoom.Avatar.Data.Runtime.AvatarItem> RecRoom.Avatar.Data.Runtime.AvatarItemWardrobeRuntimeConfig::get_AllPossibleCombinations()
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
Block_0:
|
||||
stloc:class [mscorlib]System.Collections.Generic.List`1<valuetype RecRoom.Avatar.Data.Runtime.AvatarItem>(var_0_06, ldfld:class [mscorlib]System.Collections.Generic.List`1<valuetype RecRoom.Avatar.Data.Runtime.AvatarItem>(AvatarItemWardrobeRuntimeConfig::allPossibleCombinations, ldloc:AvatarItemWardrobeRuntimeConfig(this)))
|
||||
}
|
||||
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1852
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.Optimize(DecompilerContext context, ILBlock method, AutoPropertyProvider autoPropertyProvider, StateMachineKind& stateMachineKind, MethodDef& inlinedMethod, AsyncMethodDebugInfo& asyncInfo, ILAstOptimizationStep abortBeforeStep) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 355
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(IEnumerable`1 parameters, MethodDebugInfoBuilder& builder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 123
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 88
|
||||
--- End of inner exception stack trace ---
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 92
|
||||
at ICSharpCode.Decompiler.Ast.AstBuilder.AddMethodBody(EntityDeclaration methodNode, EntityDeclaration& updatedNode, MethodDef method, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, MethodKind methodKind) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstBuilder.cs:line 1663
|
||||
*/;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0600EF26 RID: 61222 RVA: 0x0038BB7C File Offset: 0x00389D7C
|
||||
[Token(Token = "0x600EF26")]
|
||||
[Address(RVA = "0x129F770", Offset = "0x129E170", VA = "0x18129F770")]
|
||||
public AvatarItemData CLJKIDOMPGI(string COFLAJFOPEN)
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (0600EF26)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling RecRoom.Avatar.Data.Shared.AvatarItemData RecRoom.Avatar.Data.Runtime.AvatarItemWardrobeRuntimeConfig::CLJKIDOMPGI(System.String)
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
IL_11:
|
||||
stloc:InvalidOperationException(var_3_21, newobj:InvalidOperationException(InvalidOperationException::.ctor, call:string(string::Concat, ldstr:string("Missing data for guid "), ldloc:string(COFLAJFOPEN))))
|
||||
}
|
||||
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1852
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1878
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1878
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1846
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.Optimize(DecompilerContext context, ILBlock method, AutoPropertyProvider autoPropertyProvider, StateMachineKind& stateMachineKind, MethodDef& inlinedMethod, AsyncMethodDebugInfo& asyncInfo, ILAstOptimizationStep abortBeforeStep) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 355
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(IEnumerable`1 parameters, MethodDebugInfoBuilder& builder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 123
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 88
|
||||
--- End of inner exception stack trace ---
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 92
|
||||
at ICSharpCode.Decompiler.Ast.AstBuilder.AddMethodBody(EntityDeclaration methodNode, EntityDeclaration& updatedNode, MethodDef method, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, MethodKind methodKind) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstBuilder.cs:line 1663
|
||||
*/;
|
||||
}
|
||||
|
||||
// Token: 0x0600EF27 RID: 61223 RVA: 0x0038BBAC File Offset: 0x00389DAC
|
||||
[Token(Token = "0x600EF27")]
|
||||
[Address(RVA = "0x129F9C0", Offset = "0x129E3C0", VA = "0x18129F9C0")]
|
||||
public AssetReference PBAAKPPIKFH(string COFLAJFOPEN)
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (0600EF27)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling UnityEngine.AddressableAssets.AssetReference RecRoom.Avatar.Data.Runtime.AvatarItemWardrobeRuntimeConfig::PBAAKPPIKFH(System.String)
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
IL_11:
|
||||
stloc:InvalidOperationException(var_3_21, newobj:InvalidOperationException(InvalidOperationException::.ctor, call:string(string::Concat, ldstr:string("Missing prefab for guid "), ldloc:string(COFLAJFOPEN))))
|
||||
}
|
||||
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1852
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1878
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1878
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1846
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.Optimize(DecompilerContext context, ILBlock method, AutoPropertyProvider autoPropertyProvider, StateMachineKind& stateMachineKind, MethodDef& inlinedMethod, AsyncMethodDebugInfo& asyncInfo, ILAstOptimizationStep abortBeforeStep) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 355
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(IEnumerable`1 parameters, MethodDebugInfoBuilder& builder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 123
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 88
|
||||
--- End of inner exception stack trace ---
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 92
|
||||
at ICSharpCode.Decompiler.Ast.AstBuilder.AddMethodBody(EntityDeclaration methodNode, EntityDeclaration& updatedNode, MethodDef method, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, MethodKind methodKind) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstBuilder.cs:line 1663
|
||||
*/;
|
||||
}
|
||||
|
||||
// Token: 0x0600EF28 RID: 61224 RVA: 0x0038BBDC File Offset: 0x00389DDC
|
||||
[Token(Token = "0x600EF28")]
|
||||
[Address(RVA = "0x129F6A0", Offset = "0x129E0A0", VA = "0x18129F6A0")]
|
||||
public AssetReference CJOJFCKINLA(string COFLAJFOPEN)
|
||||
{
|
||||
AvatarItemWardrobeRuntimeConfig.GuidReferenceDictionary guidReferenceDictionary = this.maskLookup;
|
||||
bool flag;
|
||||
if (!flag)
|
||||
{
|
||||
Debug.LogWarning("Unknown Mask guid \"" + COFLAJFOPEN + "\"");
|
||||
}
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
|
||||
// Token: 0x0600EF29 RID: 61225 RVA: 0x0038BC10 File Offset: 0x00389E10
|
||||
[Token(Token = "0x600EF29")]
|
||||
[Address(RVA = "0x129F8F0", Offset = "0x129E2F0", VA = "0x18129F8F0")]
|
||||
public AssetReference EGLNBJGDAOF(string COFLAJFOPEN)
|
||||
{
|
||||
AvatarItemWardrobeRuntimeConfig.GuidReferenceDictionary guidReferenceDictionary = this.swatchLookup;
|
||||
bool flag;
|
||||
if (!flag)
|
||||
{
|
||||
Debug.LogWarning("Unknown Swatch guid \"" + COFLAJFOPEN + "\"");
|
||||
}
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
|
||||
// Token: 0x0600EF2A RID: 61226 RVA: 0x0038BC44 File Offset: 0x00389E44
|
||||
[Token(Token = "0x600EF2A")]
|
||||
[Address(RVA = "0x129F820", Offset = "0x129E220", VA = "0x18129F820")]
|
||||
public AssetReference CMEGNLMPMCH(string COFLAJFOPEN)
|
||||
{
|
||||
AvatarItemWardrobeRuntimeConfig.GuidReferenceDictionary guidReferenceDictionary = this.decalLookup;
|
||||
bool flag;
|
||||
if (!flag)
|
||||
{
|
||||
Debug.LogWarning("Unknown Decal guid \"" + COFLAJFOPEN + "\"");
|
||||
}
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
|
||||
// Token: 0x0600EF2B RID: 61227 RVA: 0x0038BC78 File Offset: 0x00389E78
|
||||
[Token(Token = "0x600EF2B")]
|
||||
[Address(RVA = "0x129FA70", Offset = "0x129E470", VA = "0x18129FA70")]
|
||||
public AvatarItemWardrobeRuntimeConfig()
|
||||
{
|
||||
AvatarItemWardrobeRuntimeConfig.GuidAvatarDataDictionary guidAvatarDataDictionary = new AvatarItemWardrobeRuntimeConfig.GuidAvatarDataDictionary();
|
||||
this.avatarItemDataLookup = guidAvatarDataDictionary;
|
||||
AvatarItemWardrobeRuntimeConfig.GuidReferenceDictionary guidReferenceDictionary = new AvatarItemWardrobeRuntimeConfig.GuidReferenceDictionary();
|
||||
this.avatarItemPrefabLookup = guidReferenceDictionary;
|
||||
AvatarItemWardrobeRuntimeConfig.GuidReferenceDictionary guidReferenceDictionary2 = new AvatarItemWardrobeRuntimeConfig.GuidReferenceDictionary();
|
||||
this.maskLookup = guidReferenceDictionary2;
|
||||
AvatarItemWardrobeRuntimeConfig.GuidReferenceDictionary guidReferenceDictionary3 = new AvatarItemWardrobeRuntimeConfig.GuidReferenceDictionary();
|
||||
this.swatchLookup = guidReferenceDictionary3;
|
||||
AvatarItemWardrobeRuntimeConfig.GuidReferenceDictionary guidReferenceDictionary4 = new AvatarItemWardrobeRuntimeConfig.GuidReferenceDictionary();
|
||||
this.decalLookup = guidReferenceDictionary4;
|
||||
List<AvatarItem> list = new List();
|
||||
this.tutorialAvatarItems = list;
|
||||
List<AvatarItem> list2 = new List();
|
||||
this.defaultUnlockedAvatarItems = list2;
|
||||
List<AvatarItem> list3 = new List();
|
||||
this.initialAvatarItems = list3;
|
||||
List<AvatarItem> list4 = new List();
|
||||
this.defaultTorsoAvatarItems = list4;
|
||||
List<AvatarItem> list5 = new List();
|
||||
this.allPossibleCombinations = list5;
|
||||
base..ctor();
|
||||
}
|
||||
|
||||
// Token: 0x0600EF2C RID: 61228 RVA: 0x0000220F File Offset: 0x0000040F
|
||||
// Note: this type is marked as 'beforefieldinit'.
|
||||
[Token(Token = "0x600EF2C")]
|
||||
[Address(RVA = "0x3C9F60", Offset = "0x3C8960", VA = "0x1803C9F60")]
|
||||
static AvatarItemWardrobeRuntimeConfig()
|
||||
{
|
||||
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
||||
}
|
||||
|
||||
// Token: 0x04009F1D RID: 40733
|
||||
[Token(Token = "0x4009F1D")]
|
||||
[NonSerialized]
|
||||
private static AvatarItemWardrobeRuntimeConfig _config;
|
||||
|
||||
// Token: 0x04009F1E RID: 40734
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x18")]
|
||||
[Token(Token = "0x4009F1E")]
|
||||
[SerializeField]
|
||||
private long builtAtTicksUtc;
|
||||
|
||||
// Token: 0x04009F1F RID: 40735
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x20")]
|
||||
[Token(Token = "0x4009F1F")]
|
||||
[SerializeField]
|
||||
private AvatarItemWardrobeRuntimeConfig.GuidAvatarDataDictionary avatarItemDataLookup;
|
||||
|
||||
// Token: 0x04009F20 RID: 40736
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x28")]
|
||||
[Token(Token = "0x4009F20")]
|
||||
[SerializeField]
|
||||
private AvatarItemWardrobeRuntimeConfig.GuidReferenceDictionary avatarItemPrefabLookup;
|
||||
|
||||
// Token: 0x04009F21 RID: 40737
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x30")]
|
||||
[Token(Token = "0x4009F21")]
|
||||
[SerializeField]
|
||||
private AvatarItemWardrobeRuntimeConfig.GuidReferenceDictionary maskLookup;
|
||||
|
||||
// Token: 0x04009F22 RID: 40738
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x38")]
|
||||
[Token(Token = "0x4009F22")]
|
||||
[SerializeField]
|
||||
private AvatarItemWardrobeRuntimeConfig.GuidReferenceDictionary swatchLookup;
|
||||
|
||||
// Token: 0x04009F23 RID: 40739
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x40")]
|
||||
[Token(Token = "0x4009F23")]
|
||||
[SerializeField]
|
||||
private AvatarItemWardrobeRuntimeConfig.GuidReferenceDictionary decalLookup;
|
||||
|
||||
// Token: 0x04009F24 RID: 40740
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x48")]
|
||||
[Token(Token = "0x4009F24")]
|
||||
[SerializeField]
|
||||
private List<AvatarItemSelection> teamAvatarItemSelections;
|
||||
|
||||
// Token: 0x04009F25 RID: 40741
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x50")]
|
||||
[Token(Token = "0x4009F25")]
|
||||
[SerializeField]
|
||||
private List<AvatarItemSelection> teamEmissiveAvatarItemSelections;
|
||||
|
||||
// Token: 0x04009F26 RID: 40742
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x58")]
|
||||
[Token(Token = "0x4009F26")]
|
||||
[SerializeField]
|
||||
private List<AvatarItem> tutorialAvatarItems;
|
||||
|
||||
// Token: 0x04009F27 RID: 40743
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x60")]
|
||||
[Token(Token = "0x4009F27")]
|
||||
[SerializeField]
|
||||
private List<AvatarItem> defaultUnlockedAvatarItems;
|
||||
|
||||
// Token: 0x04009F28 RID: 40744
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x68")]
|
||||
[Token(Token = "0x4009F28")]
|
||||
[SerializeField]
|
||||
private List<AvatarItem> initialAvatarItems;
|
||||
|
||||
// Token: 0x04009F29 RID: 40745
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x70")]
|
||||
[Token(Token = "0x4009F29")]
|
||||
[SerializeField]
|
||||
private List<AvatarItem> defaultTorsoAvatarItems;
|
||||
|
||||
// Token: 0x04009F2A RID: 40746
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x78")]
|
||||
[Token(Token = "0x4009F2A")]
|
||||
[SerializeField]
|
||||
private List<AvatarItem> allPossibleCombinations;
|
||||
|
||||
// Token: 0x020021E5 RID: 8677
|
||||
[Token(Token = "0x20021E5")]
|
||||
[Serializable]
|
||||
public class GuidReferenceDictionary : SerializedDictionary<string, AssetReference, AvatarItemWardrobeRuntimeConfig.GuidReferenceDictionary.KeyVal>
|
||||
{
|
||||
// Token: 0x0600EF2D RID: 61229 RVA: 0x0038BD1C File Offset: 0x00389F1C
|
||||
[Token(Token = "0x600EF2D")]
|
||||
[Address(RVA = "0x12A4030", Offset = "0x12A2A30", VA = "0x1812A4030")]
|
||||
public GuidReferenceDictionary()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x020021E6 RID: 8678
|
||||
[Token(Token = "0x20021E6")]
|
||||
[Serializable]
|
||||
public class KeyVal : SerializedKeyVal<string, AssetReference>
|
||||
{
|
||||
// Token: 0x0600EF2E RID: 61230 RVA: 0x0003C3EA File Offset: 0x0003A5EA
|
||||
[Token(Token = "0x600EF2E")]
|
||||
[Address(RVA = "0x12A5020", Offset = "0x12A3A20", VA = "0x1812A5020")]
|
||||
public KeyVal()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x020021E7 RID: 8679
|
||||
[Token(Token = "0x20021E7")]
|
||||
[Serializable]
|
||||
public class GuidAvatarDataDictionary : SerializedDictionary<string, AvatarItemData, AvatarItemWardrobeRuntimeConfig.GuidAvatarDataDictionary.KeyVal>
|
||||
{
|
||||
// Token: 0x0600EF2F RID: 61231 RVA: 0x0038BD30 File Offset: 0x00389F30
|
||||
[Token(Token = "0x600EF2F")]
|
||||
[Address(RVA = "0x12A3FF0", Offset = "0x12A29F0", VA = "0x1812A3FF0")]
|
||||
public GuidAvatarDataDictionary()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x020021E8 RID: 8680
|
||||
[Token(Token = "0x20021E8")]
|
||||
[Serializable]
|
||||
public class KeyVal : SerializedKeyVal<string, AvatarItemData>
|
||||
{
|
||||
// Token: 0x0600EF30 RID: 61232 RVA: 0x0003C3EA File Offset: 0x0003A5EA
|
||||
[Token(Token = "0x600EF30")]
|
||||
[Address(RVA = "0x12A5060", Offset = "0x12A3A60", VA = "0x1812A5060")]
|
||||
public KeyVal()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,220 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
using UnityEngine;
|
||||
|
||||
namespace RecRoom.Avatar.Data.Shared
|
||||
{
|
||||
// Token: 0x020021DD RID: 8669
|
||||
[Token(Token = "0x20021DD")]
|
||||
[Serializable]
|
||||
[StructLayout(3)]
|
||||
public class AvatarItemData
|
||||
{
|
||||
// Token: 0x0600EEF4 RID: 61172 RVA: 0x0038B110 File Offset: 0x00389310
|
||||
[Token(Token = "0x600EEF4")]
|
||||
[Address(RVA = "0x129E1F0", Offset = "0x129CBF0", VA = "0x18129E1F0")]
|
||||
public static string EPCEJEBHDPN()
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (0600EEF4)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.String RecRoom.Avatar.Data.Shared.AvatarItemData::EPCEJEBHDPN()
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
Block_0:
|
||||
stloc:Guid(var_1_07, call:Guid(Guid::NewGuid))
|
||||
}
|
||||
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1852
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.Optimize(DecompilerContext context, ILBlock method, AutoPropertyProvider autoPropertyProvider, StateMachineKind& stateMachineKind, MethodDef& inlinedMethod, AsyncMethodDebugInfo& asyncInfo, ILAstOptimizationStep abortBeforeStep) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 355
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(IEnumerable`1 parameters, MethodDebugInfoBuilder& builder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 123
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 88
|
||||
--- End of inner exception stack trace ---
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 92
|
||||
at ICSharpCode.Decompiler.Ast.AstBuilder.AddMethodBody(EntityDeclaration methodNode, EntityDeclaration& updatedNode, MethodDef method, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, MethodKind methodKind) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstBuilder.cs:line 1663
|
||||
*/;
|
||||
}
|
||||
|
||||
// Token: 0x17002816 RID: 10262
|
||||
// (get) Token: 0x0600EEF5 RID: 61173 RVA: 0x0038B124 File Offset: 0x00389324
|
||||
[Token(Token = "0x17002816")]
|
||||
public bool IsTeamItem
|
||||
{
|
||||
[Token(Token = "0x600EEF5")]
|
||||
[Address(RVA = "0x129E560", Offset = "0x129CF60", VA = "0x18129E560")]
|
||||
get
|
||||
{
|
||||
return this.OutfitType.CHPHKOKLFEK();
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0600EEF6 RID: 61174 RVA: 0x0038B13C File Offset: 0x0038933C
|
||||
[Token(Token = "0x600EEF6")]
|
||||
[Address(RVA = "0x129E3B0", Offset = "0x129CDB0", VA = "0x18129E3B0")]
|
||||
protected bool FKCEAFNEBAM(AvatarItemData HPKICPNGMDJ)
|
||||
{
|
||||
string name = HPKICPNGMDJ.Name;
|
||||
if (string.Equals(this.Name, name))
|
||||
{
|
||||
string avatarItemGuid = HPKICPNGMDJ.AvatarItemGuid;
|
||||
if (string.Equals(this.AvatarItemGuid, avatarItemGuid))
|
||||
{
|
||||
LKAGLMBDHJN outfitType = HPKICPNGMDJ.OutfitType;
|
||||
if (this.OutfitType == outfitType)
|
||||
{
|
||||
OutfitSet outfitSet = HPKICPNGMDJ.OutfitSet;
|
||||
if (this.OutfitSet == outfitSet)
|
||||
{
|
||||
bool hidesHair = HPKICPNGMDJ.HidesHair;
|
||||
if (this.HidesHair == hidesHair)
|
||||
{
|
||||
bool hidesLeftEar = HPKICPNGMDJ.HidesLeftEar;
|
||||
if (this.HidesLeftEar == hidesLeftEar)
|
||||
{
|
||||
bool hidesRightEar = HPKICPNGMDJ.HidesRightEar;
|
||||
if (this.HidesRightEar == hidesRightEar)
|
||||
{
|
||||
bool hidesHand = HPKICPNGMDJ.HidesHand;
|
||||
if (this.HidesHand == hidesHand)
|
||||
{
|
||||
bool usesHairColor = HPKICPNGMDJ.UsesHairColor;
|
||||
return this.UsesHairColor == usesHairColor;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
|
||||
// Token: 0x0600EEF7 RID: 61175 RVA: 0x0038B200 File Offset: 0x00389400
|
||||
[Token(Token = "0x600EEF7")]
|
||||
[Address(RVA = "0x129E260", Offset = "0x129CC60", VA = "0x18129E260", Slot = "0")]
|
||||
public override bool Equals(object NLNHFEEMFBN)
|
||||
{
|
||||
Type type = NLNHFEEMFBN.GetType();
|
||||
Type type2 = base.GetType();
|
||||
bool flag = type != type2;
|
||||
if (!flag)
|
||||
{
|
||||
string name = this.Name;
|
||||
if (flag)
|
||||
{
|
||||
string avatarItemGuid = this.AvatarItemGuid;
|
||||
if (flag && this.OutfitType == (flag ? LKAGLMBDHJN.BackHead : LKAGLMBDHJN.Hat) && this.OutfitSet == (flag ? OutfitSet.Knight : OutfitSet.None) && this.HidesHair == flag && this.HidesLeftEar == flag && this.HidesRightEar == flag && this.HidesHand == flag)
|
||||
{
|
||||
return this.UsesHairColor == flag;
|
||||
}
|
||||
}
|
||||
}
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
|
||||
// Token: 0x0600EEF8 RID: 61176 RVA: 0x0038B288 File Offset: 0x00389488
|
||||
[Token(Token = "0x600EEF8")]
|
||||
[Address(RVA = "0x129E450", Offset = "0x129CE50", VA = "0x18129E450", Slot = "2")]
|
||||
public override int GetHashCode()
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (0600EEF8)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Int32 RecRoom.Avatar.Data.Shared.AvatarItemData::GetHashCode()
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
IL_24:
|
||||
stloc:int64(var_3_4F, mul:int32[exp:int64](mul:int32(mul:int32(mul:int32(mul:int32(mul:int32(ldloc:int32(var_0_01), conv.u4:uint32[exp:int32](ldc.i4:int32[exp:uint32](397))), conv.u4:uint32[exp:int32](ldc.i4:int32[exp:uint32](397))), conv.u4:uint32[exp:int32](ldc.i4:int32[exp:uint32](397))), conv.u4:uint32[exp:int32](ldc.i4:int32[exp:uint32](397))), conv.u4:uint32[exp:int32](ldc.i4:int32[exp:uint32](397))), conv.u4:uint32[exp:int32](ldc.i4:int32[exp:uint32](397))))
|
||||
}
|
||||
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1852
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.Optimize(DecompilerContext context, ILBlock method, AutoPropertyProvider autoPropertyProvider, StateMachineKind& stateMachineKind, MethodDef& inlinedMethod, AsyncMethodDebugInfo& asyncInfo, ILAstOptimizationStep abortBeforeStep) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 355
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(IEnumerable`1 parameters, MethodDebugInfoBuilder& builder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 123
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 88
|
||||
--- End of inner exception stack trace ---
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 92
|
||||
at ICSharpCode.Decompiler.Ast.AstBuilder.AddMethodBody(EntityDeclaration methodNode, EntityDeclaration& updatedNode, MethodDef method, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, MethodKind methodKind) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstBuilder.cs:line 1663
|
||||
*/;
|
||||
}
|
||||
|
||||
// Token: 0x0600EEF9 RID: 61177 RVA: 0x0038B2E4 File Offset: 0x003894E4
|
||||
[Token(Token = "0x600EEF9")]
|
||||
[Address(RVA = "0x129E550", Offset = "0x129CF50", VA = "0x18129E550")]
|
||||
public static bool JGIMJGNAJHP(AvatarItemData EONHDDFEGMC, AvatarItemData LDFLEALOHOI)
|
||||
{
|
||||
return object.Equals(EONHDDFEGMC, LDFLEALOHOI);
|
||||
}
|
||||
|
||||
// Token: 0x0600EEFA RID: 61178 RVA: 0x0038B2F8 File Offset: 0x003894F8
|
||||
[Token(Token = "0x600EEFA")]
|
||||
[Address(RVA = "0x129E1D0", Offset = "0x129CBD0", VA = "0x18129E1D0")]
|
||||
public static bool BDBLGMKABNK(AvatarItemData EONHDDFEGMC, AvatarItemData LDFLEALOHOI)
|
||||
{
|
||||
return !object.Equals(EONHDDFEGMC, LDFLEALOHOI);
|
||||
}
|
||||
|
||||
// Token: 0x0600EEFB RID: 61179 RVA: 0x0038B310 File Offset: 0x00389510
|
||||
[Token(Token = "0x600EEFB")]
|
||||
[Address(RVA = "0x3C1670", Offset = "0x3C0070", VA = "0x1803C1670")]
|
||||
public AvatarItemData()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x04009EED RID: 40685
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x10")]
|
||||
[Token(Token = "0x4009EED")]
|
||||
public string Name;
|
||||
|
||||
// Token: 0x04009EEE RID: 40686
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x18")]
|
||||
[Token(Token = "0x4009EEE")]
|
||||
public string AvatarItemGuid;
|
||||
|
||||
// Token: 0x04009EEF RID: 40687
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x20")]
|
||||
[Token(Token = "0x4009EEF")]
|
||||
public LKAGLMBDHJN OutfitType;
|
||||
|
||||
// Token: 0x04009EF0 RID: 40688
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x24")]
|
||||
[Token(Token = "0x4009EF0")]
|
||||
public OutfitSet OutfitSet;
|
||||
|
||||
// Token: 0x04009EF1 RID: 40689
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x28")]
|
||||
[Token(Token = "0x4009EF1")]
|
||||
[Header("Mesh Generation")]
|
||||
public bool HidesHair;
|
||||
|
||||
// Token: 0x04009EF2 RID: 40690
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x29")]
|
||||
[Token(Token = "0x4009EF2")]
|
||||
public bool HidesHand;
|
||||
|
||||
// Token: 0x04009EF3 RID: 40691
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x2A")]
|
||||
[Token(Token = "0x4009EF3")]
|
||||
public bool HidesLeftEar;
|
||||
|
||||
// Token: 0x04009EF4 RID: 40692
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x2B")]
|
||||
[Token(Token = "0x4009EF4")]
|
||||
public bool HidesRightEar;
|
||||
|
||||
// Token: 0x04009EF5 RID: 40693
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x2C")]
|
||||
[Token(Token = "0x4009EF5")]
|
||||
[Header("Appearance")]
|
||||
[Tooltip("Defines if this item is effected by the global hair color changes.")]
|
||||
public bool UsesHairColor;
|
||||
|
||||
// Token: 0x04009EF6 RID: 40694
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x2D")]
|
||||
[Token(Token = "0x4009EF6")]
|
||||
public bool UsesTeamColor;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,598 @@
|
||||
using System;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using System.Threading.Tasks;
|
||||
using Cpp2IlInjected;
|
||||
using RecRoom.AssetBundles;
|
||||
using RecRoom.Async;
|
||||
using RecRoom.Avatar.Outfit;
|
||||
using RecRoom.DataStructures.ResourceHandles;
|
||||
using UnityEngine;
|
||||
using UnityEngine.AddressableAssets;
|
||||
|
||||
namespace RecRoom.Avatar.Data.Shared
|
||||
{
|
||||
// Token: 0x020021DE RID: 8670
|
||||
[Token(Token = "0x20021DE")]
|
||||
[Serializable]
|
||||
[StructLayout(3)]
|
||||
public class AvatarItemVisualData
|
||||
{
|
||||
// Token: 0x0600EEFC RID: 61180 RVA: 0x0038B324 File Offset: 0x00389524
|
||||
[Token(Token = "0x600EEFC")]
|
||||
[Address(RVA = "0x3C1670", Offset = "0x3C0070", VA = "0x1803C1670")]
|
||||
public AvatarItemVisualData()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x0600EEFD RID: 61181 RVA: 0x0038B338 File Offset: 0x00389538
|
||||
[Token(Token = "0x600EEFD")]
|
||||
[Address(RVA = "0x129F640", Offset = "0x129E040", VA = "0x18129F640")]
|
||||
public AvatarItemVisualData(string prefabGuid, [Optional] string maskGuid, [Optional] string swatchGuid, [Optional] string decalGuid)
|
||||
{
|
||||
int num = 0;
|
||||
base.FieldGetter(num, maskGuid, swatchGuid);
|
||||
this.prefabGuid = prefabGuid;
|
||||
this.swatchGuid = swatchGuid;
|
||||
this.decalGuid = 0;
|
||||
this.maskGuid = maskGuid;
|
||||
}
|
||||
|
||||
// Token: 0x0600EEFE RID: 61182 RVA: 0x0038B36C File Offset: 0x0038956C
|
||||
[Token(Token = "0x600EEFE")]
|
||||
[Address(RVA = "0x129EC40", Offset = "0x129D640", VA = "0x18129EC40")]
|
||||
public static AvatarItemVisualData GOODJMOBMEM(string OMPAGBANEDN, ArraySegment<string> OHHPGKIAFFN)
|
||||
{
|
||||
int num = OHHPGKIAFFN._offset;
|
||||
num++;
|
||||
return new AvatarItemVisualData
|
||||
{
|
||||
prefabGuid = OMPAGBANEDN
|
||||
};
|
||||
}
|
||||
|
||||
// Token: 0x0600EEFF RID: 61183 RVA: 0x0038B398 File Offset: 0x00389598
|
||||
[Token(Token = "0x600EEFF")]
|
||||
[Address(RVA = "0x129F300", Offset = "0x129DD00", VA = "0x18129F300")]
|
||||
public IResourceHandle<OCJGMOHBPDH> MNKDOANEFLK()
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (0600EEFF)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling RecRoom.DataStructures.ResourceHandles.IResourceHandle`1<OCJGMOHBPDH> RecRoom.Avatar.Data.Shared.AvatarItemVisualData::MNKDOANEFLK()
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
Block_0:
|
||||
stloc:LILGKFEAEOB(var_0_06, call:LILGKFEAEOB(LILGKFEAEOB::PPKHDMJDNCP, ldloc:AvatarItemVisualData(this)))
|
||||
}
|
||||
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1852
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.Optimize(DecompilerContext context, ILBlock method, AutoPropertyProvider autoPropertyProvider, StateMachineKind& stateMachineKind, MethodDef& inlinedMethod, AsyncMethodDebugInfo& asyncInfo, ILAstOptimizationStep abortBeforeStep) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 355
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(IEnumerable`1 parameters, MethodDebugInfoBuilder& builder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 123
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 88
|
||||
--- End of inner exception stack trace ---
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 92
|
||||
at ICSharpCode.Decompiler.Ast.AstBuilder.AddMethodBody(EntityDeclaration methodNode, EntityDeclaration& updatedNode, MethodDef method, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, MethodKind methodKind) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstBuilder.cs:line 1663
|
||||
*/;
|
||||
}
|
||||
|
||||
// Token: 0x0600EF00 RID: 61184 RVA: 0x0038B3AC File Offset: 0x003895AC
|
||||
[Token(Token = "0x600EF00")]
|
||||
[Address(RVA = "0x129F030", Offset = "0x129DA30", VA = "0x18129F030")]
|
||||
public string JOPJHHOJMEE()
|
||||
{
|
||||
string cachedRecNetString = this._cachedRecNetString;
|
||||
if (cachedRecNetString == 0)
|
||||
{
|
||||
string text = this.prefabGuid;
|
||||
if (text != 0)
|
||||
{
|
||||
}
|
||||
string[] array;
|
||||
array[0] = text;
|
||||
if ("," != 0)
|
||||
{
|
||||
}
|
||||
array[1] = ",";
|
||||
string text2 = this.swatchGuid;
|
||||
if (text2 != 0)
|
||||
{
|
||||
}
|
||||
array[2] = text2;
|
||||
if ("," != 0)
|
||||
{
|
||||
}
|
||||
array[3] = ",";
|
||||
string text3 = this.maskGuid;
|
||||
if (text3 != 0)
|
||||
{
|
||||
}
|
||||
array[4] = text3;
|
||||
if ("," != 0)
|
||||
{
|
||||
}
|
||||
array[5] = ",";
|
||||
string text4 = this.decalGuid;
|
||||
if (text4 != 0)
|
||||
{
|
||||
}
|
||||
array[6] = text4;
|
||||
string text5 = string.Concat(array);
|
||||
this._cachedRecNetString = text5;
|
||||
}
|
||||
return cachedRecNetString;
|
||||
}
|
||||
|
||||
// Token: 0x0600EF01 RID: 61185 RVA: 0x0038B46C File Offset: 0x0038966C
|
||||
[Token(Token = "0x600EF01")]
|
||||
[Address(RVA = "0x129EBB0", Offset = "0x129D5B0", VA = "0x18129EBB0")]
|
||||
private bool FKCEAFNEBAM(AvatarItemVisualData HPKICPNGMDJ)
|
||||
{
|
||||
string text = HPKICPNGMDJ.prefabGuid;
|
||||
if (string.Equals(this.prefabGuid, text, StringComparison.InvariantCulture))
|
||||
{
|
||||
string text2 = HPKICPNGMDJ.maskGuid;
|
||||
if (string.Equals(this.maskGuid, text2, StringComparison.InvariantCulture))
|
||||
{
|
||||
string text3 = HPKICPNGMDJ.swatchGuid;
|
||||
if (string.Equals(this.swatchGuid, text3, StringComparison.InvariantCulture))
|
||||
{
|
||||
string text4 = HPKICPNGMDJ.decalGuid;
|
||||
return string.Equals(this.decalGuid, text4, StringComparison.InvariantCulture);
|
||||
}
|
||||
}
|
||||
}
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
|
||||
// Token: 0x0600EF02 RID: 61186 RVA: 0x0038B4DC File Offset: 0x003896DC
|
||||
[Token(Token = "0x600EF02")]
|
||||
[Address(RVA = "0x129EA70", Offset = "0x129D470", VA = "0x18129EA70", Slot = "0")]
|
||||
public override bool Equals(object NLNHFEEMFBN)
|
||||
{
|
||||
Type type = NLNHFEEMFBN.GetType();
|
||||
Type type2 = base.GetType();
|
||||
if (!(type != type2))
|
||||
{
|
||||
string text = this.prefabGuid;
|
||||
bool flag;
|
||||
if (flag)
|
||||
{
|
||||
string text2 = this.maskGuid;
|
||||
bool flag2;
|
||||
if (flag2)
|
||||
{
|
||||
string text3 = this.swatchGuid;
|
||||
bool flag3;
|
||||
if (flag3)
|
||||
{
|
||||
string text4 = this.decalGuid;
|
||||
bool flag4;
|
||||
return flag4;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
|
||||
// Token: 0x0600EF03 RID: 61187 RVA: 0x0038B53C File Offset: 0x0038973C
|
||||
[Token(Token = "0x600EF03")]
|
||||
[Address(RVA = "0x129ED40", Offset = "0x129D740", VA = "0x18129ED40", Slot = "2")]
|
||||
public override int GetHashCode()
|
||||
{
|
||||
int num = 0;
|
||||
if (this.prefabGuid != num)
|
||||
{
|
||||
StringComparer invariantCulture = StringComparer._invariantCulture;
|
||||
}
|
||||
if (this.maskGuid != num)
|
||||
{
|
||||
StringComparer invariantCulture2 = StringComparer._invariantCulture;
|
||||
}
|
||||
long num2 = (long)(num * (int)((uint)397));
|
||||
if (this.swatchGuid != num)
|
||||
{
|
||||
StringComparer invariantCulture3 = StringComparer._invariantCulture;
|
||||
}
|
||||
long num3 = num2 * (long)((uint)397);
|
||||
if (this.decalGuid != num)
|
||||
{
|
||||
StringComparer invariantCulture4 = StringComparer._invariantCulture;
|
||||
}
|
||||
long num4 = num3 * (long)((uint)397);
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
|
||||
// Token: 0x0600EF04 RID: 61188 RVA: 0x0038B5B0 File Offset: 0x003897B0
|
||||
[Token(Token = "0x600EF04")]
|
||||
[Address(RVA = "0x129E550", Offset = "0x129CF50", VA = "0x18129E550")]
|
||||
public static bool JGIMJGNAJHP(AvatarItemVisualData EONHDDFEGMC, AvatarItemVisualData LDFLEALOHOI)
|
||||
{
|
||||
return object.Equals(EONHDDFEGMC, LDFLEALOHOI);
|
||||
}
|
||||
|
||||
// Token: 0x0600EF05 RID: 61189 RVA: 0x0038B5C4 File Offset: 0x003897C4
|
||||
[Token(Token = "0x600EF05")]
|
||||
[Address(RVA = "0x129E1D0", Offset = "0x129CBD0", VA = "0x18129E1D0")]
|
||||
public static bool BDBLGMKABNK(AvatarItemVisualData EONHDDFEGMC, AvatarItemVisualData LDFLEALOHOI)
|
||||
{
|
||||
return !object.Equals(EONHDDFEGMC, LDFLEALOHOI);
|
||||
}
|
||||
|
||||
// Token: 0x0600EF06 RID: 61190 RVA: 0x0038B5DC File Offset: 0x003897DC
|
||||
[Token(Token = "0x600EF06")]
|
||||
[Address(RVA = "0x129F310", Offset = "0x129DD10", VA = "0x18129F310")]
|
||||
private void NCALKENBGLM()
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (0600EF06)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Void RecRoom.Avatar.Data.Shared.AvatarItemVisualData::NCALKENBGLM()
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
IL_F1:
|
||||
stloc:InvalidOperationException(var_8_101, newobj:InvalidOperationException(InvalidOperationException::.ctor, call:string(string::Concat, ldstr:string("Missing prefab for guid "), ldloc:string(var_2_0E))))
|
||||
}
|
||||
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1852
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1878
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1878
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1846
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.Optimize(DecompilerContext context, ILBlock method, AutoPropertyProvider autoPropertyProvider, StateMachineKind& stateMachineKind, MethodDef& inlinedMethod, AsyncMethodDebugInfo& asyncInfo, ILAstOptimizationStep abortBeforeStep) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 355
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(IEnumerable`1 parameters, MethodDebugInfoBuilder& builder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 123
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 88
|
||||
--- End of inner exception stack trace ---
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 92
|
||||
at ICSharpCode.Decompiler.Ast.AstBuilder.AddMethodBody(EntityDeclaration methodNode, EntityDeclaration& updatedNode, MethodDef method, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, MethodKind methodKind) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstBuilder.cs:line 1663
|
||||
*/;
|
||||
}
|
||||
|
||||
// Token: 0x04009EF7 RID: 40695
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x10")]
|
||||
[Token(Token = "0x4009EF7")]
|
||||
[NonSerialized]
|
||||
private AssetReference outfitPrefabReference;
|
||||
|
||||
// Token: 0x04009EF8 RID: 40696
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x18")]
|
||||
[Token(Token = "0x4009EF8")]
|
||||
[NonSerialized]
|
||||
private AssetReference maskReference;
|
||||
|
||||
// Token: 0x04009EF9 RID: 40697
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x20")]
|
||||
[Token(Token = "0x4009EF9")]
|
||||
[NonSerialized]
|
||||
private AssetReference swatchReference;
|
||||
|
||||
// Token: 0x04009EFA RID: 40698
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x28")]
|
||||
[Token(Token = "0x4009EFA")]
|
||||
[NonSerialized]
|
||||
private AssetReference decalReference;
|
||||
|
||||
// Token: 0x04009EFB RID: 40699
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x30")]
|
||||
[Token(Token = "0x4009EFB")]
|
||||
[SerializeField]
|
||||
private string prefabGuid;
|
||||
|
||||
// Token: 0x04009EFC RID: 40700
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x38")]
|
||||
[Token(Token = "0x4009EFC")]
|
||||
[SerializeField]
|
||||
private string maskGuid;
|
||||
|
||||
// Token: 0x04009EFD RID: 40701
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x40")]
|
||||
[Token(Token = "0x4009EFD")]
|
||||
[SerializeField]
|
||||
private string swatchGuid;
|
||||
|
||||
// Token: 0x04009EFE RID: 40702
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x48")]
|
||||
[Token(Token = "0x4009EFE")]
|
||||
[SerializeField]
|
||||
private string decalGuid;
|
||||
|
||||
// Token: 0x04009EFF RID: 40703
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x50")]
|
||||
[Token(Token = "0x4009EFF")]
|
||||
[NonSerialized]
|
||||
private string _cachedRecNetString;
|
||||
|
||||
// Token: 0x020021DF RID: 8671
|
||||
[Token(Token = "0x20021DF")]
|
||||
private class LILGKFEAEOB : ResourceHandleBase<Task, OCJGMOHBPDH>
|
||||
{
|
||||
// Token: 0x0600EF07 RID: 61191 RVA: 0x0038B6EC File Offset: 0x003898EC
|
||||
[Token(Token = "0x600EF07")]
|
||||
[Address(RVA = "0x12A5B80", Offset = "0x12A4580", VA = "0x1812A5B80")]
|
||||
private LILGKFEAEOB(Task task, IResourceHandle<GameObject> prefabLoad, IResourceHandle<AvatarMask> maskLoad, IResourceHandle<AvatarColorSwatch> swatchLoad, IResourceHandle<AvatarDecal> decalLoad)
|
||||
: base(task)
|
||||
{
|
||||
this.LDLKHIBBDBD = prefabLoad;
|
||||
Action<GameObject> action = new Action(this.GIHCPNNLPMI);
|
||||
int num = 0;
|
||||
num += num;
|
||||
num++;
|
||||
this.NEIPOGHANNE = maskLoad;
|
||||
Action<AvatarMask> action2 = new Action(this.HCMCLBJDPOD);
|
||||
num += num;
|
||||
num++;
|
||||
this.KMEFKOOIJIC = 0;
|
||||
Action<AvatarColorSwatch> action3 = new Action(this.FKDIHHIKLIJ);
|
||||
num += num;
|
||||
num++;
|
||||
this.OIMPECHJBBP = 0;
|
||||
Action<AvatarDecal> action4 = new Action(this.ILMPFDKHDFK);
|
||||
num += num;
|
||||
num++;
|
||||
CombinePromise combinePromise = new CombinePromise(num, num, num, num);
|
||||
Action action5 = new Action(this.JEHHCEIBIKO);
|
||||
IPromise promise = combinePromise.Then(action5);
|
||||
Action<string> action6;
|
||||
IPromise promise2 = combinePromise.Error(action6);
|
||||
}
|
||||
|
||||
// Token: 0x0600EF08 RID: 61192 RVA: 0x0038B7C4 File Offset: 0x003899C4
|
||||
[Token(Token = "0x600EF08")]
|
||||
[Address(RVA = "0x12A53B0", Offset = "0x12A3DB0", VA = "0x1812A53B0")]
|
||||
private OCJGMOHBPDH LHGLOPLDBDD()
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (0600EF08)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling OCJGMOHBPDH RecRoom.Avatar.Data.Shared.AvatarItemVisualData/LILGKFEAEOB::LHGLOPLDBDD()
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
Block_0:
|
||||
stloc:int32(var_0_01, ldc.i4:int32(0))
|
||||
stfld:class [RecRoom.Promises.Runtime]RecRoom.Async.Promise`1<!1>(ResourceHandleBase`2::resourcePromise, ldloc:LILGKFEAEOB[exp:ResourceHandleBase`2](this), ldloc:int32[exp:class [RecRoom.Promises.Runtime]RecRoom.Async.Promise`1<!1>](var_0_01))
|
||||
}
|
||||
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1852
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.Optimize(DecompilerContext context, ILBlock method, AutoPropertyProvider autoPropertyProvider, StateMachineKind& stateMachineKind, MethodDef& inlinedMethod, AsyncMethodDebugInfo& asyncInfo, ILAstOptimizationStep abortBeforeStep) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 355
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(IEnumerable`1 parameters, MethodDebugInfoBuilder& builder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 123
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 88
|
||||
--- End of inner exception stack trace ---
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 92
|
||||
at ICSharpCode.Decompiler.Ast.AstBuilder.AddMethodBody(EntityDeclaration methodNode, EntityDeclaration& updatedNode, MethodDef method, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, MethodKind methodKind) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstBuilder.cs:line 1663
|
||||
*/;
|
||||
}
|
||||
|
||||
// Token: 0x0600EF09 RID: 61193 RVA: 0x0038B7DC File Offset: 0x003899DC
|
||||
[Token(Token = "0x600EF09")]
|
||||
[Address(RVA = "0x12A5400", Offset = "0x12A3E00", VA = "0x1812A5400")]
|
||||
public static AvatarItemVisualData.LILGKFEAEOB PPKHDMJDNCP(AvatarItemVisualData EIHNKBIJGLK)
|
||||
{
|
||||
int num = 0;
|
||||
EIHNKBIJGLK.NCALKENBGLM();
|
||||
IResourceHandle<GameObject> resourceHandle = AGAddressableAssetManager.LoadAsset<GameObject>(EIHNKBIJGLK.outfitPrefabReference);
|
||||
AssetReference maskReference = EIHNKBIJGLK.maskReference;
|
||||
Func<IResourceHandle<AvatarMask>> <>9__10_ = AvatarItemVisualData.LILGKFEAEOB.<>c.<>9__10_0;
|
||||
if (<>9__10_ == 0)
|
||||
{
|
||||
AvatarItemVisualData.LILGKFEAEOB.<>c.<>9__10_0 = () => null;
|
||||
}
|
||||
bool flag = AGAddressableAssetManager.TryLoadAssetOrElse<AvatarMask>(maskReference, <>9__10_, num);
|
||||
AssetReference swatchReference = EIHNKBIJGLK.swatchReference;
|
||||
Func<IResourceHandle<AvatarColorSwatch>> func;
|
||||
if (AvatarItemVisualData.LILGKFEAEOB.<>c.<>9__10_1 == 0)
|
||||
{
|
||||
func = () => null;
|
||||
AvatarItemVisualData.LILGKFEAEOB.<>c.<>9__10_1 = func;
|
||||
}
|
||||
bool flag2 = AGAddressableAssetManager.TryLoadAssetOrElse<AvatarColorSwatch>(swatchReference, func, num);
|
||||
AssetReference decalReference = EIHNKBIJGLK.decalReference;
|
||||
Func<IResourceHandle<AvatarDecal>> func2;
|
||||
if (AvatarItemVisualData.LILGKFEAEOB.<>c.<>9__10_2 == 0)
|
||||
{
|
||||
func2 = () => null;
|
||||
AvatarItemVisualData.LILGKFEAEOB.<>c.<>9__10_2 = func2;
|
||||
}
|
||||
bool flag3 = AGAddressableAssetManager.TryLoadAssetOrElse<AvatarDecal>(decalReference, func2, num);
|
||||
Task[] array = new Task[4];
|
||||
num += num;
|
||||
num++;
|
||||
int num2 = 0;
|
||||
if (num != 0)
|
||||
{
|
||||
num += 19;
|
||||
}
|
||||
array[0] = num;
|
||||
if (num < num2)
|
||||
{
|
||||
num += num;
|
||||
if (num == num2)
|
||||
{
|
||||
goto IL_EC;
|
||||
}
|
||||
num++;
|
||||
}
|
||||
int num3 = 0;
|
||||
if (num == 0)
|
||||
{
|
||||
goto IL_F1;
|
||||
}
|
||||
IL_EC:
|
||||
num += 19;
|
||||
IL_F1:
|
||||
array[1] = num;
|
||||
if (num < num3)
|
||||
{
|
||||
num += num;
|
||||
if (num == num3)
|
||||
{
|
||||
goto IL_113;
|
||||
}
|
||||
num++;
|
||||
}
|
||||
int num4 = 0;
|
||||
if (num == 0)
|
||||
{
|
||||
goto IL_118;
|
||||
}
|
||||
IL_113:
|
||||
num += 19;
|
||||
IL_118:
|
||||
array[2] = num;
|
||||
if (num < num4)
|
||||
{
|
||||
num += num;
|
||||
if (num == num4)
|
||||
{
|
||||
goto IL_137;
|
||||
}
|
||||
num++;
|
||||
}
|
||||
if (num == 0)
|
||||
{
|
||||
goto IL_13C;
|
||||
}
|
||||
IL_137:
|
||||
num += 19;
|
||||
IL_13C:
|
||||
array[3] = num;
|
||||
return new AvatarItemVisualData.LILGKFEAEOB(Task.WhenAll(array), resourceHandle, num, num, num);
|
||||
}
|
||||
|
||||
// Token: 0x0600EF0A RID: 61194 RVA: 0x0038B944 File Offset: 0x00389B44
|
||||
[Token(Token = "0x600EF0A")]
|
||||
[Address(RVA = "0x12A5B20", Offset = "0x12A4520", VA = "0x1812A5B20", Slot = "8")]
|
||||
protected override OCJGMOHBPDH TransformTaskResult(Task LIPAKCCDNKD)
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (0600EF0A)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling OCJGMOHBPDH RecRoom.Avatar.Data.Shared.AvatarItemVisualData/LILGKFEAEOB::TransformTaskResult(System.Threading.Tasks.Task)
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
Block_0:
|
||||
stfld:class [RecRoom.Promises.Runtime]RecRoom.Async.Promise`1<!1>(ResourceHandleBase`2::resourcePromise, ldloc:LILGKFEAEOB[exp:ResourceHandleBase`2](this), ldc.i4:int32[exp:class [RecRoom.Promises.Runtime]RecRoom.Async.Promise`1<!1>](0))
|
||||
}
|
||||
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1852
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.Optimize(DecompilerContext context, ILBlock method, AutoPropertyProvider autoPropertyProvider, StateMachineKind& stateMachineKind, MethodDef& inlinedMethod, AsyncMethodDebugInfo& asyncInfo, ILAstOptimizationStep abortBeforeStep) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 355
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(IEnumerable`1 parameters, MethodDebugInfoBuilder& builder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 123
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 88
|
||||
--- End of inner exception stack trace ---
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 92
|
||||
at ICSharpCode.Decompiler.Ast.AstBuilder.AddMethodBody(EntityDeclaration methodNode, EntityDeclaration& updatedNode, MethodDef method, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, MethodKind methodKind) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstBuilder.cs:line 1663
|
||||
*/;
|
||||
}
|
||||
|
||||
// Token: 0x0600EF0B RID: 61195 RVA: 0x0038B958 File Offset: 0x00389B58
|
||||
[Token(Token = "0x600EF0B")]
|
||||
[Address(RVA = "0x12A5A90", Offset = "0x12A4490", VA = "0x1812A5A90", Slot = "9")]
|
||||
protected override void ReleaseResource()
|
||||
{
|
||||
if (this.LDLKHIBBDBD != 0)
|
||||
{
|
||||
}
|
||||
if (this.NEIPOGHANNE != 0)
|
||||
{
|
||||
}
|
||||
if (this.KMEFKOOIJIC != 0)
|
||||
{
|
||||
}
|
||||
if (this.OIMPECHJBBP != 0)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0600EF0C RID: 61196 RVA: 0x0038B98C File Offset: 0x00389B8C
|
||||
[Token(Token = "0x600EF0C")]
|
||||
[Address(RVA = "0x12A52C0", Offset = "0x12A3CC0", VA = "0x1812A52C0")]
|
||||
[CompilerGenerated]
|
||||
private void GIHCPNNLPMI(GameObject PBAOMKNFBFL)
|
||||
{
|
||||
OutfitPrefab component = PBAOMKNFBFL.GetComponent<OutfitPrefab>();
|
||||
this.DHPCBOAKLOM = component;
|
||||
}
|
||||
|
||||
// Token: 0x0600EF0D RID: 61197 RVA: 0x0038B9B0 File Offset: 0x00389BB0
|
||||
[Token(Token = "0x600EF0D")]
|
||||
[Address(RVA = "0x3EDEC0", Offset = "0x3EC8C0", VA = "0x1803EDEC0")]
|
||||
[CompilerGenerated]
|
||||
private void HCMCLBJDPOD(AvatarMask PBAOMKNFBFL)
|
||||
{
|
||||
this.JCLNMCEPMEL = PBAOMKNFBFL;
|
||||
}
|
||||
|
||||
// Token: 0x0600EF0E RID: 61198 RVA: 0x0038B9C4 File Offset: 0x00389BC4
|
||||
[Token(Token = "0x600EF0E")]
|
||||
[Address(RVA = "0x52F860", Offset = "0x52E260", VA = "0x18052F860")]
|
||||
[CompilerGenerated]
|
||||
private void FKDIHHIKLIJ(AvatarColorSwatch PBAOMKNFBFL)
|
||||
{
|
||||
this.IPNHCGJALFP = PBAOMKNFBFL;
|
||||
}
|
||||
|
||||
// Token: 0x0600EF0F RID: 61199 RVA: 0x0038B9D8 File Offset: 0x00389BD8
|
||||
[Token(Token = "0x600EF0F")]
|
||||
[Address(RVA = "0x7D4760", Offset = "0x7D3160", VA = "0x1807D4760")]
|
||||
[CompilerGenerated]
|
||||
private void ILMPFDKHDFK(AvatarDecal PBAOMKNFBFL)
|
||||
{
|
||||
this.GHGELHAJBLM = PBAOMKNFBFL;
|
||||
}
|
||||
|
||||
// Token: 0x0600EF10 RID: 61200 RVA: 0x0038B9EC File Offset: 0x00389BEC
|
||||
[Token(Token = "0x600EF10")]
|
||||
[Address(RVA = "0x12A5320", Offset = "0x12A3D20", VA = "0x1812A5320")]
|
||||
[CompilerGenerated]
|
||||
private void JEHHCEIBIKO()
|
||||
{
|
||||
int num = 0;
|
||||
AvatarDecal ghgelhajblm = this.GHGELHAJBLM;
|
||||
base.CompleteHandleSuccess(num);
|
||||
}
|
||||
|
||||
// Token: 0x04009F00 RID: 40704
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x38")]
|
||||
[Token(Token = "0x4009F00")]
|
||||
private readonly IResourceHandle<GameObject> LDLKHIBBDBD;
|
||||
|
||||
// Token: 0x04009F01 RID: 40705
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x40")]
|
||||
[Token(Token = "0x4009F01")]
|
||||
private readonly IResourceHandle<AvatarMask> NEIPOGHANNE;
|
||||
|
||||
// Token: 0x04009F02 RID: 40706
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x48")]
|
||||
[Token(Token = "0x4009F02")]
|
||||
private readonly IResourceHandle<AvatarColorSwatch> KMEFKOOIJIC;
|
||||
|
||||
// Token: 0x04009F03 RID: 40707
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x50")]
|
||||
[Token(Token = "0x4009F03")]
|
||||
private readonly IResourceHandle<AvatarDecal> OIMPECHJBBP;
|
||||
|
||||
// Token: 0x04009F04 RID: 40708
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x58")]
|
||||
[Token(Token = "0x4009F04")]
|
||||
private OutfitPrefab DHPCBOAKLOM;
|
||||
|
||||
// Token: 0x04009F05 RID: 40709
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x60")]
|
||||
[Token(Token = "0x4009F05")]
|
||||
private AvatarMask JCLNMCEPMEL;
|
||||
|
||||
// Token: 0x04009F06 RID: 40710
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x68")]
|
||||
[Token(Token = "0x4009F06")]
|
||||
private AvatarColorSwatch IPNHCGJALFP;
|
||||
|
||||
// Token: 0x04009F07 RID: 40711
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x70")]
|
||||
[Token(Token = "0x4009F07")]
|
||||
private AvatarDecal GHGELHAJBLM;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user