This commit is contained in:
niko
2026-04-11 22:19:20 +02:00
parent 45b857ff11
commit 8fc35183db
17034 changed files with 2863552 additions and 0 deletions
@@ -0,0 +1,25 @@
using System;
using Cpp2IlInjected;
namespace RecRoom.Core.GameManagement
{
// Token: 0x020033AB RID: 13227
[Token(Token = "0x20033AB")]
public class QuestGameRuleWrapper : GameRuleCircuitWrapperTool
{
// Token: 0x060170BA RID: 94394 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x60170BA")]
[Address(RVA = "0x402080", Offset = "0x400E80", VA = "0x180402080", Slot = "19")]
protected override void PFILOHJDFAB()
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x060170BB RID: 94395 RVA: 0x00562050 File Offset: 0x00560250
[Token(Token = "0x60170BB")]
[Address(RVA = "0xA35960", Offset = "0xA34760", VA = "0x180A35960")]
public QuestGameRuleWrapper()
{
}
}
}