m
This commit is contained in:
@@ -0,0 +1,173 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
using RecRoom.Avatars.Data.Shared;
|
||||
using UnityEngine;
|
||||
|
||||
namespace RecRoom.Avatars.Data.Runtime
|
||||
{
|
||||
// Token: 0x020024E2 RID: 9442
|
||||
[Token(Token = "0x20024E2")]
|
||||
[Serializable]
|
||||
public struct AvatarItem
|
||||
{
|
||||
// Token: 0x17002756 RID: 10070
|
||||
// (get) Token: 0x0600F1CA RID: 61898 RVA: 0x0000220F File Offset: 0x0000040F
|
||||
[Token(Token = "0x17002756")]
|
||||
public AvatarItemData AvatarItemData
|
||||
{
|
||||
[Token(Token = "0x600F1CA")]
|
||||
[Address(RVA = "0x63E630", Offset = "0x63D630", VA = "0x18063E630")]
|
||||
get
|
||||
{
|
||||
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17002757 RID: 10071
|
||||
// (get) Token: 0x0600F1CB RID: 61899 RVA: 0x00374CD8 File Offset: 0x00372ED8
|
||||
[Token(Token = "0x17002757")]
|
||||
public AvatarItemVisualData AvatarItemVisualData
|
||||
{
|
||||
[Token(Token = "0x600F1CB")]
|
||||
[Address(RVA = "0x634760", Offset = "0x633760", VA = "0x180634760")]
|
||||
get
|
||||
{
|
||||
return this._avatarItemVisualData;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17002758 RID: 10072
|
||||
// (get) Token: 0x0600F1CC RID: 61900 RVA: 0x00374CEC File Offset: 0x00372EEC
|
||||
[Token(Token = "0x17002758")]
|
||||
public bool IsEarItem
|
||||
{
|
||||
[Token(Token = "0x600F1CC")]
|
||||
[Address(RVA = "0x1D090F0", Offset = "0x1D080F0", VA = "0x181D090F0")]
|
||||
get
|
||||
{
|
||||
return "{il2cpp field on {'constant1' (constant value of type Cpp2IL.Core.Analysis.Il2CppClassIdentifier)}, offset 0x20}" == (ulong)3L;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0600F1CD RID: 61901 RVA: 0x00374D0C File Offset: 0x00372F0C
|
||||
[Token(Token = "0x600F1CD")]
|
||||
[Address(RVA = "0x4AF6A0", Offset = "0x4AE6A0", VA = "0x1804AF6A0")]
|
||||
public AvatarItem(AvatarItemData DGIMOEBPGPO, AvatarItemVisualData HNPDEFFPNOI)
|
||||
{
|
||||
this._avatarItemData = DGIMOEBPGPO;
|
||||
this._avatarItemVisualData = HNPDEFFPNOI;
|
||||
}
|
||||
|
||||
// Token: 0x0600F1CE RID: 61902 RVA: 0x00374D28 File Offset: 0x00372F28
|
||||
[Token(Token = "0x600F1CE")]
|
||||
[Address(RVA = "0x1D0A8F0", Offset = "0x1D098F0", VA = "0x181D0A8F0")]
|
||||
public static AvatarItem GOODJMOBMEM(string DJHKBMIDFLF)
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (0600F1CE)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling RecRoom.Avatars.Data.Runtime.AvatarItem RecRoom.Avatars.Data.Runtime.AvatarItem::GOODJMOBMEM(System.String)
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
IL_13:
|
||||
stloc:LDNIJPNJDCN(var_2_1D, newobj:LDNIJPNJDCN(LDNIJPNJDCN::.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: 0x0600F1CF RID: 61903 RVA: 0x00374D54 File Offset: 0x00372F54
|
||||
[Token(Token = "0x600F1CF")]
|
||||
[Address(RVA = "0x1D0AA50", Offset = "0x1D09A50", VA = "0x181D0AA50")]
|
||||
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: 0x0600F1D0 RID: 61904 RVA: 0x00374DB4 File Offset: 0x00372FB4
|
||||
[Token(Token = "0x600F1D0")]
|
||||
[Address(RVA = "0x1D0AD00", Offset = "0x1D09D00", VA = "0x181D0AD00")]
|
||||
public string JOPJHHOJMEE()
|
||||
{
|
||||
return this._avatarItemVisualData.JOPJHHOJMEE();
|
||||
}
|
||||
|
||||
// Token: 0x0600F1D1 RID: 61905 RVA: 0x00374DD4 File Offset: 0x00372FD4
|
||||
[Token(Token = "0x600F1D1")]
|
||||
[Address(RVA = "0x1D0A870", Offset = "0x1D09870", VA = "0x181D0A870")]
|
||||
public bool FKCEAFNEBAM(AvatarItem HPKICPNGMDJ)
|
||||
{
|
||||
AvatarItemVisualData avatarItemVisualData = this._avatarItemVisualData;
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
|
||||
// Token: 0x0600F1D2 RID: 61906 RVA: 0x00374DF0 File Offset: 0x00372FF0
|
||||
[Token(Token = "0x600F1D2")]
|
||||
[Address(RVA = "0x1D0A7A0", Offset = "0x1D097A0", VA = "0x181D0A7A0", Slot = "0")]
|
||||
public override bool Equals(object NLNHFEEMFBN)
|
||||
{
|
||||
if (NLNHFEEMFBN != 0 && NLNHFEEMFBN != 0)
|
||||
{
|
||||
AvatarItemVisualData avatarItemVisualData = this._avatarItemVisualData;
|
||||
}
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
|
||||
// Token: 0x0600F1D3 RID: 61907 RVA: 0x00374E14 File Offset: 0x00373014
|
||||
[Token(Token = "0x600F1D3")]
|
||||
[Address(RVA = "0x1D0ACA0", Offset = "0x1D09CA0", VA = "0x181D0ACA0", Slot = "2")]
|
||||
public override int GetHashCode()
|
||||
{
|
||||
this._avatarItemVisualData.Finalize();
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
|
||||
// Token: 0x0600F1D4 RID: 61908 RVA: 0x00374E34 File Offset: 0x00373034
|
||||
[Token(Token = "0x600F1D4")]
|
||||
[Address(RVA = "0x1D0A870", Offset = "0x1D09870", VA = "0x181D0A870")]
|
||||
public static bool JGIMJGNAJHP(AvatarItem EONHDDFEGMC, AvatarItem LDFLEALOHOI)
|
||||
{
|
||||
AvatarItemVisualData avatarItemVisualData = EONHDDFEGMC._avatarItemVisualData;
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
|
||||
// Token: 0x0600F1D5 RID: 61909 RVA: 0x00374E50 File Offset: 0x00373050
|
||||
[Token(Token = "0x600F1D5")]
|
||||
[Address(RVA = "0x1D0A710", Offset = "0x1D09710", VA = "0x181D0A710")]
|
||||
public static bool BDBLGMKABNK(AvatarItem EONHDDFEGMC, AvatarItem LDFLEALOHOI)
|
||||
{
|
||||
bool flag;
|
||||
return flag;
|
||||
}
|
||||
|
||||
// Token: 0x04009F58 RID: 40792
|
||||
[FieldOffset(Offset = "0x0")]
|
||||
[Token(Token = "0x4009F58")]
|
||||
[SerializeField]
|
||||
private AvatarItemData _avatarItemData;
|
||||
|
||||
// Token: 0x04009F59 RID: 40793
|
||||
[FieldOffset(Offset = "0x8")]
|
||||
[Token(Token = "0x4009F59")]
|
||||
[SerializeField]
|
||||
private AvatarItemVisualData _avatarItemVisualData;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user