28 lines
829 B
C#
28 lines
829 B
C#
using System;
|
|
using System.Runtime.InteropServices;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace RecRoom.Core.GameManagement
|
|
{
|
|
// Token: 0x02002DD8 RID: 11736
|
|
[Token(Token = "0x2002DD8")]
|
|
[StructLayout(3)]
|
|
public class BowlingGameRuleWrapper : GameRuleCircuitWrapperTool
|
|
{
|
|
// Token: 0x06014EF6 RID: 85750 RVA: 0x0000220F File Offset: 0x0000040F
|
|
[Token(Token = "0x6014EF6")]
|
|
[Address(RVA = "0x3C9F60", Offset = "0x3C8960", VA = "0x1803C9F60", Slot = "19")]
|
|
protected override void PFILOHJDFAB()
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x06014EF7 RID: 85751 RVA: 0x00506558 File Offset: 0x00504758
|
|
[Token(Token = "0x6014EF7")]
|
|
[Address(RVA = "0x189AB80", Offset = "0x1899580", VA = "0x18189AB80")]
|
|
public BowlingGameRuleWrapper()
|
|
{
|
|
}
|
|
}
|
|
}
|