This commit is contained in:
niko
2026-04-10 22:50:51 +02:00
parent 6d1607d5a2
commit f18d448581
17033 changed files with 2863270 additions and 0 deletions
@@ -0,0 +1,21 @@
using System;
using Cpp2IlInjected;
using UnityEngine;
using UnityEngine.EventSystems;
namespace RRUI
{
// Token: 0x020007E8 RID: 2024
[Token(Token = "0x20007E8")]
[ExecuteAlways]
[AddComponentMenu("")]
public class RecyclingScrollRectEditorUpdater : UIBehaviour
{
// Token: 0x0600390D RID: 14605 RVA: 0x000ED728 File Offset: 0x000EB928
[Token(Token = "0x600390D")]
[Address(RVA = "0x752FB0", Offset = "0x751DB0", VA = "0x180752FB0")]
public RecyclingScrollRectEditorUpdater()
{
}
}
}