This commit is contained in:
niko
2026-04-11 22:19:20 +02:00
parent 45b857ff11
commit 8fc35183db
17034 changed files with 2863552 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
using System;
using Cpp2IlInjected;
using UnityEngine;
namespace AGUI
{
// Token: 0x02001073 RID: 4211
[Token(Token = "0x2001073")]
public class PagedGrid : PagedGrid<Transform>
{
// Token: 0x06005F21 RID: 24353 RVA: 0x0014ECC8 File Offset: 0x0014CEC8
[Token(Token = "0x6005F21")]
[Address(RVA = "0xF40A10", Offset = "0xF3F810", VA = "0x180F40A10")]
public PagedGrid()
{
}
}
}