Files
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

146 lines
8.6 KiB
C#

using System;
using System.Collections;
using AGUI.StackedUI;
using Cpp2IlInjected;
using UnityEngine;
using UnityEngine.UI;
namespace RecRoom.Core.Creation.Holotars
{
// Token: 0x020033E5 RID: 13285
[Token(Token = "0x20033E5")]
public class HolotarUploadingFlow : RecordableUIFlow
{
// Token: 0x06016C53 RID: 93267 RVA: 0x005497AC File Offset: 0x005479AC
[Token(Token = "0x6016C53")]
[Address(RVA = "0x192E470", Offset = "0x192D470", VA = "0x18192E470", Slot = "11")]
public override void OnFlowEntered(StackedUIFlowBase BFHJBBGCMAN)
{
base.OnFlowEntered(BFHJBBGCMAN);
Coroutine khpfganhbpo = this.KHPFGANHBPO;
this.OMNDHPIFFEM(khpfganhbpo);
HolotarUploadingFlow.FHJLBLNJNPC fhjlblnjnpc;
fhjlblnjnpc.System.IDisposable.Dispose();
fhjlblnjnpc.<>1__state = (int)((ulong)0L);
fhjlblnjnpc.<>4__this = this;
Coroutine coroutine = base.StartCoroutine(fhjlblnjnpc);
this.KHPFGANHBPO = coroutine;
}
// Token: 0x06016C54 RID: 93268 RVA: 0x005497F4 File Offset: 0x005479F4
[Token(Token = "0x6016C54")]
[Address(RVA = "0x192E3C0", Offset = "0x192D3C0", VA = "0x18192E3C0")]
public void MarkSuccess()
{
Coroutine khpfganhbpo = this.KHPFGANHBPO;
this.OMNDHPIFFEM(khpfganhbpo);
HolotarUploadingFlow.IDECMHOJCLO idecmhojclo;
idecmhojclo.System.IDisposable.Dispose();
idecmhojclo.<>1__state = (int)((ulong)0L);
idecmhojclo.<>4__this = this;
idecmhojclo.message = "Upload complete!";
Coroutine coroutine = base.StartCoroutine(idecmhojclo);
this.KHPFGANHBPO = coroutine;
}
// Token: 0x06016C55 RID: 93269 RVA: 0x00549840 File Offset: 0x00547A40
[Token(Token = "0x6016C55")]
[Address(RVA = "0x192E310", Offset = "0x192D310", VA = "0x18192E310")]
public void MarkFailure()
{
Coroutine khpfganhbpo = this.KHPFGANHBPO;
this.OMNDHPIFFEM(khpfganhbpo);
HolotarUploadingFlow.IDECMHOJCLO idecmhojclo;
idecmhojclo.System.IDisposable.Dispose();
idecmhojclo.<>1__state = (int)((ulong)0L);
idecmhojclo.<>4__this = this;
idecmhojclo.message = "Upload failed...";
Coroutine coroutine = base.StartCoroutine(idecmhojclo);
this.KHPFGANHBPO = coroutine;
}
// Token: 0x06016C56 RID: 93270 RVA: 0x0054988C File Offset: 0x00547A8C
[Token(Token = "0x6016C56")]
[Address(RVA = "0x192E2B0", Offset = "0x192D2B0", VA = "0x18192E2B0")]
private IEnumerator KJDKMEMFJHA()
{
/*
An exception occurred when decompiling this method (06016C56)
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Collections.IEnumerator RecRoom.Core.Creation.Holotars.HolotarUploadingFlow::KJDKMEMFJHA()
---> System.Exception: Basic block has to end with unconditional control flow.
{
Block_0:
call:void(FHJLBLNJNPC::System.IDisposable.Dispose, ldloc:FHJLBLNJNPC(var_0))
stfld:int32(FHJLBLNJNPC::<>1__state, ldloc:FHJLBLNJNPC(var_0), conv.u8:uint64[exp:int32](ldc.i8:int64[exp:uint64](0)))
stfld:HolotarUploadingFlow(FHJLBLNJNPC::<>4__this, ldloc:FHJLBLNJNPC(var_0), ldloc:HolotarUploadingFlow(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: 0x06016C57 RID: 93271 RVA: 0x005498B0 File Offset: 0x00547AB0
[Token(Token = "0x6016C57")]
[Address(RVA = "0x192E240", Offset = "0x192D240", VA = "0x18192E240")]
private IEnumerator IFMMNJPFAKD(string NGPMADFHHKP)
{
/*
An exception occurred when decompiling this method (06016C57)
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Collections.IEnumerator RecRoom.Core.Creation.Holotars.HolotarUploadingFlow::IFMMNJPFAKD(System.String)
---> System.Exception: Basic block has to end with unconditional control flow.
{
Block_0:
call:void(IDECMHOJCLO::System.IDisposable.Dispose, ldloc:IDECMHOJCLO(var_0))
stfld:HolotarUploadingFlow(IDECMHOJCLO::<>4__this, ldloc:IDECMHOJCLO(var_0), ldloc:HolotarUploadingFlow(this))
stfld:int32(IDECMHOJCLO::<>1__state, ldloc:IDECMHOJCLO(var_0), conv.u8:uint64[exp:int32](ldc.i8:int64[exp:uint64](0)))
stfld:string(IDECMHOJCLO::message, ldloc:IDECMHOJCLO(var_0), ldloc:string(NGPMADFHHKP))
}
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: 0x06016C58 RID: 93272 RVA: 0x005498DC File Offset: 0x00547ADC
[Token(Token = "0x6016C58")]
[Address(RVA = "0x8E9790", Offset = "0x8E8790", VA = "0x1808E9790")]
public HolotarUploadingFlow()
{
}
// Token: 0x0400ED3E RID: 60734
[Token(Token = "0x400ED3E")]
private const int GDELFBDPMCD = 1;
// Token: 0x0400ED3F RID: 60735
[Token(Token = "0x400ED3F")]
private const int EHGBAALPIMN = 3;
// Token: 0x0400ED40 RID: 60736
[FieldOffset(Offset = "0x70")]
[Token(Token = "0x400ED40")]
[SerializeField]
private Text label;
// Token: 0x0400ED41 RID: 60737
[FieldOffset(Offset = "0x78")]
[Token(Token = "0x400ED41")]
private Coroutine KHPFGANHBPO;
}
}