This commit is contained in:
niko
2026-04-12 16:51:38 +02:00
parent 1b6f6d81d0
commit c12fbe3fc6
17828 changed files with 2994770 additions and 0 deletions
@@ -0,0 +1,23 @@
using System;
using Cpp2IlInjected;
using UnityEngine;
namespace RecRoom.UI
{
// Token: 0x02002AB5 RID: 10933
[Token(Token = "0x2002AB5")]
public abstract class ShortcutEntryDecorator : MonoBehaviour
{
// Token: 0x060122C7 RID: 74439
[Token(Token = "0x60122C7")]
[Address(Slot = "4")]
public abstract void Repaint();
// Token: 0x060122C8 RID: 74440 RVA: 0x0041E948 File Offset: 0x0041CB48
[Token(Token = "0x60122C8")]
[Address(RVA = "0x428AD0", Offset = "0x427AD0", VA = "0x180428AD0")]
protected ShortcutEntryDecorator()
{
}
}
}