Files
27Aug2021-Cpp2IL-Dump/Assembly-CSharp/RecRoom/Core/Controllers/ScreenModes/ScreenPlayerModeConfig.cs
T
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

26 lines
945 B
C#

using System;
using Cpp2IlInjected;
namespace RecRoom.Core.Controllers.ScreenModes
{
// Token: 0x02002E87 RID: 11911
[Token(Token = "0x2002E87")]
public abstract class ScreenPlayerModeConfig<Runtime, Config> : ScreenPlayerModeConfigBase where Runtime : EMMKLALBAAC<Runtime, Config>, new() where Config : ScreenPlayerModeConfig<Runtime, Config>
{
// Token: 0x0601417D RID: 82301 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x601417D")]
[Address(RVA = "0x1CD34A0", Offset = "0x1CD24A0", VA = "0x181CD34A0", Slot = "4")]
public override DFHHGCJADMK NIMFLLEKIBL(AHHJOCDLAOH IHCMJLOBKBJ)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x0601417E RID: 82302 RVA: 0x004A4F68 File Offset: 0x004A3168
[Token(Token = "0x601417E")]
[Address(RVA = "0x1CD0070", Offset = "0x1CCF070", VA = "0x181CD0070")]
protected ScreenPlayerModeConfig()
{
}
}
}