28 lines
1002 B
C#
28 lines
1002 B
C#
using System;
|
|
using System.Runtime.InteropServices;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace RecRoom.Core.Controllers.ScreenModes
|
|
{
|
|
// Token: 0x0200288E RID: 10382
|
|
[Token(Token = "0x200288E")]
|
|
[StructLayout(3)]
|
|
public abstract class ScreenPlayerModeConfig<Runtime, Config> : ScreenPlayerModeConfigBase where Runtime : EMMKLALBAAC<Runtime, Config>, new() where Config : ScreenPlayerModeConfig<Runtime, Config>
|
|
{
|
|
// Token: 0x0601227A RID: 74362 RVA: 0x0000220F File Offset: 0x0000040F
|
|
[Token(Token = "0x601227A")]
|
|
[Address(RVA = "0x1DC09F0", Offset = "0x1DBF3F0", VA = "0x181DC09F0", Slot = "4")]
|
|
public override DFHHGCJADMK NIMFLLEKIBL(AHHJOCDLAOH IHCMJLOBKBJ)
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x0601227B RID: 74363 RVA: 0x004549B8 File Offset: 0x00452BB8
|
|
[Token(Token = "0x601227B")]
|
|
[Address(RVA = "0x1DB81F0", Offset = "0x1DB6BF0", VA = "0x181DB81F0")]
|
|
protected ScreenPlayerModeConfig()
|
|
{
|
|
}
|
|
}
|
|
}
|