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

65 lines
3.8 KiB
C#

using System;
using Cpp2IlInjected;
using RecRoom.Activities.BattleRoyale;
using UnityEngine;
namespace RecRoom.Core.GameManagement
{
// Token: 0x0200348D RID: 13453
[Token(Token = "0x200348D")]
public class BattleRoyaleGameRuleWrapper : GameRuleCircuitWrapperTool
{
// Token: 0x17004052 RID: 16466
// (get) Token: 0x060174F1 RID: 95473 RVA: 0x0056C2CC File Offset: 0x0056A4CC
[Token(Token = "0x17004052")]
public override OLEPPCBDAND IOFDFKMMBFE
{
[Token(Token = "0x60174F1")]
[Address(RVA = "0x4F3F50", Offset = "0x4F2F50", VA = "0x1804F3F50", Slot = "18")]
get
{
/*
An exception occurred when decompiling this method (060174F1)
ICSharpCode.Decompiler.DecompilerException: Error decompiling OLEPPCBDAND RecRoom.Core.GameManagement.BattleRoyaleGameRuleWrapper::get_ModeType()
---> System.Exception: Basic block has to end with unconditional control flow.
{
Block_0:
stloc:DMPADCEFPMB(var_0_06, ldfld:DMPADCEFPMB(BattleRoyaleGameRuleWrapper::modeType, ldloc:BattleRoyaleGameRuleWrapper(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: 0x060174F2 RID: 95474 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x60174F2")]
[Address(RVA = "0x4242D0", Offset = "0x4232D0", VA = "0x1804242D0", Slot = "19")]
protected override void PFILOHJDFAB()
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x060174F3 RID: 95475 RVA: 0x0056C2E0 File Offset: 0x0056A4E0
[Token(Token = "0x60174F3")]
[Address(RVA = "0x1394090", Offset = "0x1393090", VA = "0x181394090")]
public BattleRoyaleGameRuleWrapper()
{
}
// Token: 0x0400F228 RID: 61992
[FieldOffset(Offset = "0x88")]
[Token(Token = "0x400F228")]
[SerializeField]
private BattleRoyaleManager.DMPADCEFPMB modeType;
}
}