m
This commit is contained in:
@@ -0,0 +1,112 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using Cpp2IlInjected;
|
||||
using RecRoom.Avatars;
|
||||
|
||||
namespace RRUI.Data
|
||||
{
|
||||
// Token: 0x0200096A RID: 2410
|
||||
[Token(Token = "0x200096A")]
|
||||
public class BodyShapeListModel : ListModel
|
||||
{
|
||||
// Token: 0x17000B63 RID: 2915
|
||||
// (get) Token: 0x0600406A RID: 16490 RVA: 0x000FF1CC File Offset: 0x000FD3CC
|
||||
[Token(Token = "0x17000B63")]
|
||||
protected override bool PHGOLNMDJLH
|
||||
{
|
||||
[Token(Token = "0x600406A")]
|
||||
[Address(RVA = "0x4246A0", Offset = "0x4236A0", VA = "0x1804246A0", Slot = "12")]
|
||||
get
|
||||
{
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17000B64 RID: 2916
|
||||
// (get) Token: 0x0600406B RID: 16491 RVA: 0x000FF1DC File Offset: 0x000FD3DC
|
||||
[Token(Token = "0x17000B64")]
|
||||
protected override bool DALKHIPOALJ
|
||||
{
|
||||
[Token(Token = "0x600406B")]
|
||||
[Address(RVA = "0x424690", Offset = "0x423690", VA = "0x180424690", Slot = "27")]
|
||||
get
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17000B65 RID: 2917
|
||||
// (get) Token: 0x0600406C RID: 16492 RVA: 0x000FF1EC File Offset: 0x000FD3EC
|
||||
[Token(Token = "0x17000B65")]
|
||||
public override bool MEBGJGNMIMG
|
||||
{
|
||||
[Token(Token = "0x600406C")]
|
||||
[Address(RVA = "0x1CA71A0", Offset = "0x1CA61A0", VA = "0x181CA71A0", Slot = "26")]
|
||||
get
|
||||
{
|
||||
bool flag;
|
||||
return this.LLCPCIIGNHO == 0 || flag;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17000B66 RID: 2918
|
||||
// (get) Token: 0x0600406D RID: 16493 RVA: 0x000FF208 File Offset: 0x000FD408
|
||||
[Token(Token = "0x17000B66")]
|
||||
public IReadOnlyList<AvatarBodyShape> EJMAJKMJDFJ
|
||||
{
|
||||
[Token(Token = "0x600406D")]
|
||||
[Address(RVA = "0x54F060", Offset = "0x54E060", VA = "0x18054F060")]
|
||||
get
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (0600406D)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Collections.Generic.IReadOnlyList`1<RecRoom.Avatars.AvatarBodyShape> RRUI.Data.BodyShapeListModel::get_BodyShapes()
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
Block_0:
|
||||
stloc:class [mscorlib]System.Collections.Generic.List`1<class RecRoom.Avatars.AvatarBodyShape>(var_0_06, ldfld:class [mscorlib]System.Collections.Generic.List`1<class RecRoom.Avatars.AvatarBodyShape>(BodyShapeListModel::LLCPCIIGNHO, ldloc:BodyShapeListModel(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: 0x0600406E RID: 16494 RVA: 0x000FF21C File Offset: 0x000FD41C
|
||||
[Token(Token = "0x600406E")]
|
||||
[Address(RVA = "0x1CA6F60", Offset = "0x1CA5F60", VA = "0x181CA6F60", Slot = "22")]
|
||||
protected override void AHFKACICJNC()
|
||||
{
|
||||
base.AHFKACICJNC();
|
||||
this.LLCPCIIGNHO = (ulong)0L;
|
||||
}
|
||||
|
||||
// Token: 0x0600406F RID: 16495 RVA: 0x000FF238 File Offset: 0x000FD438
|
||||
[Token(Token = "0x600406F")]
|
||||
[Address(RVA = "0x1CA6FB0", Offset = "0x1CA5FB0", VA = "0x181CA6FB0", Slot = "31")]
|
||||
protected override DABKFAIHBBP GLPJPIEOLDF()
|
||||
{
|
||||
!0 gcclejogcce = NetworkedSingletonMonoBehaviour.GCCLEJOGCCE;
|
||||
return JJEKJGALHKO.<EIDHKJMHBEC>k__BackingField;
|
||||
}
|
||||
|
||||
// Token: 0x06004070 RID: 16496 RVA: 0x000FF258 File Offset: 0x000FD458
|
||||
[Token(Token = "0x6004070")]
|
||||
[Address(RVA = "0x173C7E0", Offset = "0x173B7E0", VA = "0x18173C7E0")]
|
||||
public BodyShapeListModel()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x040034DF RID: 13535
|
||||
[FieldOffset(Offset = "0x90")]
|
||||
[Token(Token = "0x40034DF")]
|
||||
private List<AvatarBodyShape> LLCPCIIGNHO;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user