114 lines
5.3 KiB
C#
114 lines
5.3 KiB
C#
using System;
|
|
using System.Collections.Generic;
|
|
using Cpp2IlInjected;
|
|
using RecRoom.Avatars;
|
|
|
|
namespace RRUI.Data
|
|
{
|
|
// Token: 0x02000C35 RID: 3125
|
|
[Token(Token = "0x2000C35")]
|
|
public class FaceShapeListModel : ListModel
|
|
{
|
|
// Token: 0x17000DB6 RID: 3510
|
|
// (get) Token: 0x06004C0B RID: 19467 RVA: 0x00118DD0 File Offset: 0x00116FD0
|
|
[Token(Token = "0x17000DB6")]
|
|
protected override bool PHGOLNMDJLH
|
|
{
|
|
[Token(Token = "0x6004C0B")]
|
|
[Address(RVA = "0x460D40", Offset = "0x45FB40", VA = "0x180460D40", Slot = "12")]
|
|
get
|
|
{
|
|
return true;
|
|
}
|
|
}
|
|
|
|
// Token: 0x17000DB7 RID: 3511
|
|
// (get) Token: 0x06004C0C RID: 19468 RVA: 0x00118DE0 File Offset: 0x00116FE0
|
|
[Token(Token = "0x17000DB7")]
|
|
protected override bool DALKHIPOALJ
|
|
{
|
|
[Token(Token = "0x6004C0C")]
|
|
[Address(RVA = "0x403930", Offset = "0x402730", VA = "0x180403930", Slot = "27")]
|
|
get
|
|
{
|
|
}
|
|
}
|
|
|
|
// Token: 0x17000DB8 RID: 3512
|
|
// (get) Token: 0x06004C0D RID: 19469 RVA: 0x00118DF0 File Offset: 0x00116FF0
|
|
[Token(Token = "0x17000DB8")]
|
|
public override bool MEBGJGNMIMG
|
|
{
|
|
[Token(Token = "0x6004C0D")]
|
|
[Address(RVA = "0xF604C0", Offset = "0xF5F2C0", VA = "0x180F604C0", Slot = "26")]
|
|
get
|
|
{
|
|
bool flag;
|
|
return this.MBCOPAPIIGC == 0 || flag;
|
|
}
|
|
}
|
|
|
|
// Token: 0x17000DB9 RID: 3513
|
|
// (get) Token: 0x06004C0E RID: 19470 RVA: 0x00118E0C File Offset: 0x0011700C
|
|
[Token(Token = "0x17000DB9")]
|
|
public IReadOnlyList<AvatarFaceShape> OJMPBDJPJGP
|
|
{
|
|
[Token(Token = "0x6004C0E")]
|
|
[Address(RVA = "0x44EC80", Offset = "0x44DA80", VA = "0x18044EC80")]
|
|
get
|
|
{
|
|
/*
|
|
An exception occurred when decompiling this method (06004C0E)
|
|
|
|
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 1660
|
|
*/;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06004C0F RID: 19471 RVA: 0x00118E20 File Offset: 0x00117020
|
|
[Token(Token = "0x6004C0F")]
|
|
[Address(RVA = "0xF60370", Offset = "0xF5F170", VA = "0x180F60370", Slot = "22")]
|
|
protected override void AHFKACICJNC()
|
|
{
|
|
base.AHFKACICJNC();
|
|
this.MBCOPAPIIGC = (ulong)0L;
|
|
}
|
|
|
|
// Token: 0x06004C10 RID: 19472 RVA: 0x00118E3C File Offset: 0x0011703C
|
|
[Token(Token = "0x6004C10")]
|
|
[Address(RVA = "0xF603C0", Offset = "0xF5F1C0", VA = "0x180F603C0", Slot = "31")]
|
|
protected override DABKFAIHBBP GLPJPIEOLDF()
|
|
{
|
|
List<AvatarFaceShape> avatarFaceShapes = NetworkedSingletonMonoBehaviour.ONCPNMDGGKG.FaceShapeVault.AvatarFaceShapes;
|
|
this.MBCOPAPIIGC = avatarFaceShapes;
|
|
return JJEKJGALHKO.<EIDHKJMHBEC>k__BackingField;
|
|
}
|
|
|
|
// Token: 0x06004C11 RID: 19473 RVA: 0x00118E6C File Offset: 0x0011706C
|
|
[Token(Token = "0x6004C11")]
|
|
[Address(RVA = "0xF604B0", Offset = "0xF5F2B0", VA = "0x180F604B0")]
|
|
public FaceShapeListModel()
|
|
{
|
|
}
|
|
|
|
// Token: 0x04003821 RID: 14369
|
|
[FieldOffset(Offset = "0x88")]
|
|
[Token(Token = "0x4003821")]
|
|
private List<AvatarFaceShape> MBCOPAPIIGC;
|
|
}
|
|
}
|