Files
Apr2020-Cpp2Il-Dump/Assembly-CSharp/RecRoom/LogoutSequence.cs
T
niko 8fc35183db a
2026-04-11 22:19:20 +02:00

69 lines
3.9 KiB
C#

using System;
using System.Collections;
using Cpp2IlInjected;
using UnityEngine;
namespace RecRoom
{
// Token: 0x02002012 RID: 8210
[Token(Token = "0x2002012")]
public class LogoutSequence : MonoBehaviour
{
// Token: 0x0600D0E8 RID: 53480 RVA: 0x0030207C File Offset: 0x0030027C
[Token(Token = "0x600D0E8")]
[Address(RVA = "0xFACFE0", Offset = "0xFABDE0", VA = "0x180FACFE0")]
private void Awake()
{
if (!SingletonMonoBehaviour.FFNIFALJLDD || !SingletonMonoBehaviour.ONCPNMDGGKG.EKAEMOLADFF)
{
int num = 0;
base.enabled = num != 0;
return;
}
global::UnityEngine.Object.DontDestroyOnLoad(base.gameObject);
GameRoot instance = SingletonMonoBehaviour.ONCPNMDGGKG;
int num2 = 0;
if (instance != num2)
{
global::UnityEngine.Object.Destroy(SingletonMonoBehaviour.ONCPNMDGGKG.gameObject);
return;
}
}
// Token: 0x0600D0E9 RID: 53481 RVA: 0x003020E0 File Offset: 0x003002E0
[Token(Token = "0x600D0E9")]
[Address(RVA = "0xFAD1B0", Offset = "0xFABFB0", VA = "0x180FAD1B0")]
private IEnumerator Start()
{
/*
An exception occurred when decompiling this method (0600D0E9)
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Collections.IEnumerator RecRoom.LogoutSequence::Start()
---> System.Exception: Basic block has to end with unconditional control flow.
{
Block_0:
call:void(OKKJEOGDJFH::System.IDisposable.Dispose, ldloc:OKKJEOGDJFH(var_0))
stfld:int32(OKKJEOGDJFH::<>1__state, ldloc:OKKJEOGDJFH(var_0), conv.u8:uint64[exp:int32](ldc.i8:int64[exp:uint64](0)))
stfld:LogoutSequence(OKKJEOGDJFH::<>4__this, ldloc:OKKJEOGDJFH(var_0), ldloc:LogoutSequence(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: 0x0600D0EA RID: 53482 RVA: 0x00302104 File Offset: 0x00300304
[Token(Token = "0x600D0EA")]
[Address(RVA = "0x74EA40", Offset = "0x74D840", VA = "0x18074EA40")]
public LogoutSequence()
{
}
}
}