Files
Jan2021-Cpp2Il-Dump/Assembly-CSharp/RecRoom/UI/AllowToolHoverWhenInteractingWithUI.cs
2026-04-08 23:40:05 +02:00

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()
{
}
}
}