23 lines
656 B
C#
23 lines
656 B
C#
using System;
|
|
using Cpp2IlInjected;
|
|
|
|
// Token: 0x0200019E RID: 414
|
|
[Token(Token = "0x200019E")]
|
|
public class GoStaff : SceneEvent
|
|
{
|
|
// Token: 0x060012BD RID: 4797 RVA: 0x000020D3 File Offset: 0x000002D3
|
|
[Token(Token = "0x60012BD")]
|
|
[Address(RVA = "0x1172970", Offset = "0x1171770", VA = "0x181172970", Slot = "5")]
|
|
public override void OpenEvent()
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x060012BE RID: 4798 RVA: 0x0002B040 File Offset: 0x00029240
|
|
[Token(Token = "0x60012BE")]
|
|
[Address(RVA = "0x30DE20", Offset = "0x30CC20", VA = "0x18030DE20")]
|
|
public GoStaff()
|
|
{
|
|
}
|
|
}
|