21 lines
506 B
C#
21 lines
506 B
C#
using System;
|
|
using System.Runtime.InteropServices;
|
|
using Cpp2IlInjected;
|
|
using UnityEngine;
|
|
|
|
namespace RecRoom.UI
|
|
{
|
|
// Token: 0x020024EF RID: 9455
|
|
[Token(Token = "0x20024EF")]
|
|
[StructLayout(3)]
|
|
public class AllowToolHoverWhenInteractingWithUI : MonoBehaviour
|
|
{
|
|
// Token: 0x0601053D RID: 66877 RVA: 0x003D3A04 File Offset: 0x003D1C04
|
|
[Token(Token = "0x601053D")]
|
|
[Address(RVA = "0x3C1210", Offset = "0x3BFC10", VA = "0x1803C1210")]
|
|
public AllowToolHoverWhenInteractingWithUI()
|
|
{
|
|
}
|
|
}
|
|
}
|