125 lines
5.3 KiB
C#
125 lines
5.3 KiB
C#
using System;
|
|
using Cpp2IlInjected;
|
|
using RecRoom.Players.Puppet;
|
|
using UnityEngine;
|
|
|
|
namespace RecRoom.Core
|
|
{
|
|
// Token: 0x02002C8C RID: 11404
|
|
[Token(Token = "0x2002C8C")]
|
|
public class PlayerAnimationPreviewPuppet : PlayerPuppet
|
|
{
|
|
// Token: 0x1700359B RID: 13723
|
|
// (get) Token: 0x0601357F RID: 79231 RVA: 0x0047F428 File Offset: 0x0047D628
|
|
// (set) Token: 0x06013580 RID: 79232 RVA: 0x0047F448 File Offset: 0x0047D648
|
|
[Token(Token = "0x1700359B")]
|
|
public PlayerAnimationAsset PMJAMLFNCLE
|
|
{
|
|
[Token(Token = "0x601357F")]
|
|
[Address(RVA = "0x124C4F0", Offset = "0x124B2F0", VA = "0x18124C4F0")]
|
|
get
|
|
{
|
|
return this.IGOANOBBFBG.PMJAMLFNCLE;
|
|
}
|
|
[Token(Token = "0x6013580")]
|
|
[Address(RVA = "0x124C530", Offset = "0x124B330", VA = "0x18124C530")]
|
|
set
|
|
{
|
|
this.IGOANOBBFBG.PMJAMLFNCLE = value;
|
|
}
|
|
}
|
|
|
|
// Token: 0x1700359C RID: 13724
|
|
// (get) Token: 0x06013581 RID: 79233 RVA: 0x0047F468 File Offset: 0x0047D668
|
|
// (set) Token: 0x06013582 RID: 79234 RVA: 0x0047F488 File Offset: 0x0047D688
|
|
[Token(Token = "0x1700359C")]
|
|
public Player FPGJOKAKFMH
|
|
{
|
|
[Token(Token = "0x6013581")]
|
|
[Address(RVA = "0x124C510", Offset = "0x124B310", VA = "0x18124C510")]
|
|
get
|
|
{
|
|
return this.IGOANOBBFBG.FPGJOKAKFMH;
|
|
}
|
|
[Token(Token = "0x6013582")]
|
|
[Address(RVA = "0x124C550", Offset = "0x124B350", VA = "0x18124C550")]
|
|
set
|
|
{
|
|
Player fpgjokakfmh = this.IGOANOBBFBG.FPGJOKAKFMH;
|
|
if (value != fpgjokakfmh)
|
|
{
|
|
Player fpgjokakfmh2 = this.IGOANOBBFBG.FPGJOKAKFMH;
|
|
int num = 0;
|
|
if (fpgjokakfmh2 != num)
|
|
{
|
|
this.MJPBPAAPHMB();
|
|
}
|
|
this.IGOANOBBFBG.FPGJOKAKFMH = value;
|
|
Player fpgjokakfmh3 = this.IGOANOBBFBG.FPGJOKAKFMH;
|
|
int num2 = 0;
|
|
if (fpgjokakfmh3 != num2)
|
|
{
|
|
this.LateUpdate();
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x1700359D RID: 13725
|
|
// (get) Token: 0x06013583 RID: 79235 RVA: 0x0047F4FC File Offset: 0x0047D6FC
|
|
[Token(Token = "0x1700359D")]
|
|
protected override PBFNANEPIFO PDOJHGJMNPH
|
|
{
|
|
[Token(Token = "0x6013583")]
|
|
[Address(RVA = "0x423D40", Offset = "0x422B40", VA = "0x180423D40", Slot = "5")]
|
|
get
|
|
{
|
|
/*
|
|
An exception occurred when decompiling this method (06013583)
|
|
|
|
ICSharpCode.Decompiler.DecompilerException: Error decompiling PBFNANEPIFO RecRoom.Core.PlayerAnimationPreviewPuppet::APDMDPBGDPL()
|
|
|
|
---> System.Exception: Basic block has to end with unconditional control flow.
|
|
{
|
|
Block_0:
|
|
stloc:KJPFHBAOCDE(var_0_06, ldfld:KJPFHBAOCDE(PlayerAnimationPreviewPuppet::IGOANOBBFBG, ldloc:PlayerAnimationPreviewPuppet(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: 0x06013584 RID: 79236 RVA: 0x0047F510 File Offset: 0x0047D710
|
|
[Token(Token = "0x6013584")]
|
|
[Address(RVA = "0x124C460", Offset = "0x124B260", VA = "0x18124C460")]
|
|
private void Update()
|
|
{
|
|
KJPFHBAOCDE igoanobbfbg = this.IGOANOBBFBG;
|
|
float deltaTime = Time.deltaTime;
|
|
igoanobbfbg.AINFCKEPMDC(deltaTime);
|
|
}
|
|
|
|
// Token: 0x06013585 RID: 79237 RVA: 0x0047F53C File Offset: 0x0047D73C
|
|
[Token(Token = "0x6013585")]
|
|
[Address(RVA = "0x124C490", Offset = "0x124B290", VA = "0x18124C490")]
|
|
public PlayerAnimationPreviewPuppet()
|
|
{
|
|
KJPFHBAOCDE kjpfhbaocde = new KJPFHBAOCDE();
|
|
this.IGOANOBBFBG = kjpfhbaocde;
|
|
base..ctor();
|
|
}
|
|
|
|
// Token: 0x0400C971 RID: 51569
|
|
[FieldOffset(Offset = "0x58")]
|
|
[Token(Token = "0x400C971")]
|
|
private KJPFHBAOCDE IGOANOBBFBG;
|
|
}
|
|
}
|