26 lines
770 B
C#
26 lines
770 B
C#
using System;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace RecRoom.Core.GameManagement
|
|
{
|
|
// Token: 0x020033A1 RID: 13217
|
|
[Token(Token = "0x20033A1")]
|
|
public class BowlingGameRuleWrapper : GameRuleCircuitWrapperTool
|
|
{
|
|
// Token: 0x06017066 RID: 94310 RVA: 0x0000220F File Offset: 0x0000040F
|
|
[Token(Token = "0x6017066")]
|
|
[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: 0x06017067 RID: 94311 RVA: 0x0056120C File Offset: 0x0055F40C
|
|
[Token(Token = "0x6017067")]
|
|
[Address(RVA = "0x89B5D0", Offset = "0x89A3D0", VA = "0x18089B5D0")]
|
|
public BowlingGameRuleWrapper()
|
|
{
|
|
}
|
|
}
|
|
}
|