scripts
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
using UnityEngine;
|
||||
|
||||
namespace RecRoom.Activities.Arena
|
||||
{
|
||||
// Token: 0x02002780 RID: 10112
|
||||
[Token(Token = "0x2002780")]
|
||||
[StructLayout(3)]
|
||||
public class ArenaMainframe : MonoBehaviour
|
||||
{
|
||||
// Token: 0x06011AD3 RID: 72403 RVA: 0x00437F0C File Offset: 0x0043610C
|
||||
[Token(Token = "0x6011AD3")]
|
||||
[Address(RVA = "0x3C1210", Offset = "0x3BFC10", VA = "0x1803C1210")]
|
||||
public ArenaMainframe()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user