scripts
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
using UnityEngine;
|
||||
|
||||
// Token: 0x02000127 RID: 295
|
||||
[Token(Token = "0x2000127")]
|
||||
[StructLayout(3)]
|
||||
public class DebugAutoLoadCurrentActivity : MonoBehaviour
|
||||
{
|
||||
// Token: 0x060007BA RID: 1978 RVA: 0x0002611C File Offset: 0x0002431C
|
||||
[Token(Token = "0x60007BA")]
|
||||
[Address(RVA = "0x3C1210", Offset = "0x3BFC10", VA = "0x1803C1210")]
|
||||
public DebugAutoLoadCurrentActivity()
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user