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
+18
View File
@@ -0,0 +1,18 @@
using System;
using Cpp2IlInjected;
using UnityEngine;
namespace AGUI
{
// Token: 0x02001140 RID: 4416
[Token(Token = "0x2001140")]
public class PagedGrid : PagedGrid<Transform>
{
// Token: 0x06006273 RID: 25203 RVA: 0x001569A0 File Offset: 0x00154BA0
[Token(Token = "0x6006273")]
[Address(RVA = "0x1A5E380", Offset = "0x1A5D380", VA = "0x181A5E380")]
public PagedGrid()
{
}
}
}