Add v1.0.3.1
This commit is contained in:
22
Cpp2IL/Assembly-CSharp/GoStaff.cs
Normal file
22
Cpp2IL/Assembly-CSharp/GoStaff.cs
Normal file
@@ -0,0 +1,22 @@
|
||||
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()
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user