m
This commit is contained in:
@@ -0,0 +1,113 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using Cpp2IlInjected;
|
||||
using RecRoom.Avatars;
|
||||
|
||||
namespace RRUI.Data
|
||||
{
|
||||
// Token: 0x02000C69 RID: 3177
|
||||
[Token(Token = "0x2000C69")]
|
||||
public class FaceShapeListModel : ListModel
|
||||
{
|
||||
// Token: 0x17000DF2 RID: 3570
|
||||
// (get) Token: 0x06004D3F RID: 19775 RVA: 0x0011B4DC File Offset: 0x001196DC
|
||||
[Token(Token = "0x17000DF2")]
|
||||
protected override bool PHGOLNMDJLH
|
||||
{
|
||||
[Token(Token = "0x6004D3F")]
|
||||
[Address(RVA = "0x4246A0", Offset = "0x4236A0", VA = "0x1804246A0", Slot = "12")]
|
||||
get
|
||||
{
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17000DF3 RID: 3571
|
||||
// (get) Token: 0x06004D40 RID: 19776 RVA: 0x0011B4EC File Offset: 0x001196EC
|
||||
[Token(Token = "0x17000DF3")]
|
||||
protected override bool DALKHIPOALJ
|
||||
{
|
||||
[Token(Token = "0x6004D40")]
|
||||
[Address(RVA = "0x424690", Offset = "0x423690", VA = "0x180424690", Slot = "27")]
|
||||
get
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17000DF4 RID: 3572
|
||||
// (get) Token: 0x06004D41 RID: 19777 RVA: 0x0011B4FC File Offset: 0x001196FC
|
||||
[Token(Token = "0x17000DF4")]
|
||||
public override bool MEBGJGNMIMG
|
||||
{
|
||||
[Token(Token = "0x6004D41")]
|
||||
[Address(RVA = "0x173C7F0", Offset = "0x173B7F0", VA = "0x18173C7F0", Slot = "26")]
|
||||
get
|
||||
{
|
||||
bool flag;
|
||||
return this.MBCOPAPIIGC == 0 || flag;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17000DF5 RID: 3573
|
||||
// (get) Token: 0x06004D42 RID: 19778 RVA: 0x0011B518 File Offset: 0x00119718
|
||||
[Token(Token = "0x17000DF5")]
|
||||
public IReadOnlyList<AvatarFaceShape> OJMPBDJPJGP
|
||||
{
|
||||
[Token(Token = "0x6004D42")]
|
||||
[Address(RVA = "0x54F060", Offset = "0x54E060", VA = "0x18054F060")]
|
||||
get
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (06004D42)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Collections.Generic.IReadOnlyList`1<RecRoom.Avatars.AvatarFaceShape> RRUI.Data.FaceShapeListModel::get_FaceShapes()
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
Block_0:
|
||||
stloc:class [mscorlib]System.Collections.Generic.List`1<class RecRoom.Avatars.AvatarFaceShape>(var_0_06, ldfld:class [mscorlib]System.Collections.Generic.List`1<class RecRoom.Avatars.AvatarFaceShape>(FaceShapeListModel::MBCOPAPIIGC, ldloc:FaceShapeListModel(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: 0x06004D43 RID: 19779 RVA: 0x0011B52C File Offset: 0x0011972C
|
||||
[Token(Token = "0x6004D43")]
|
||||
[Address(RVA = "0x173C6A0", Offset = "0x173B6A0", VA = "0x18173C6A0", Slot = "22")]
|
||||
protected override void AHFKACICJNC()
|
||||
{
|
||||
base.AHFKACICJNC();
|
||||
this.MBCOPAPIIGC = (ulong)0L;
|
||||
}
|
||||
|
||||
// Token: 0x06004D44 RID: 19780 RVA: 0x0011B548 File Offset: 0x00119748
|
||||
[Token(Token = "0x6004D44")]
|
||||
[Address(RVA = "0x173C6F0", Offset = "0x173B6F0", VA = "0x18173C6F0", Slot = "31")]
|
||||
protected override DABKFAIHBBP GLPJPIEOLDF()
|
||||
{
|
||||
List<AvatarFaceShape> avatarFaceShapes = NetworkedSingletonMonoBehaviour.ONCPNMDGGKG.FaceShapeVault.AvatarFaceShapes;
|
||||
this.MBCOPAPIIGC = avatarFaceShapes;
|
||||
return JJEKJGALHKO.<EIDHKJMHBEC>k__BackingField;
|
||||
}
|
||||
|
||||
// Token: 0x06004D45 RID: 19781 RVA: 0x0011B578 File Offset: 0x00119778
|
||||
[Token(Token = "0x6004D45")]
|
||||
[Address(RVA = "0x173C7E0", Offset = "0x173B7E0", VA = "0x18173C7E0")]
|
||||
public FaceShapeListModel()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x040038EF RID: 14575
|
||||
[FieldOffset(Offset = "0x90")]
|
||||
[Token(Token = "0x40038EF")]
|
||||
private List<AvatarFaceShape> MBCOPAPIIGC;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user