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
+41
View File
@@ -0,0 +1,41 @@
using System;
using System.Collections.Generic;
using AGUI;
using Cpp2IlInjected;
using UnityEngine;
using UnityEngine.UI;
// Token: 0x020005E1 RID: 1505
[Token(Token = "0x20005E1")]
public class ScoreboardPagedGrid : VirtualPagedGrid<GameScoreboardTeamRowView>
{
// Token: 0x06002CA4 RID: 11428 RVA: 0x000B7048 File Offset: 0x000B5248
[Token(Token = "0x6002CA4")]
[Address(RVA = "0xA44150", Offset = "0xA42F50", VA = "0x180A44150")]
public void SetTeamRows(List<GameScoreboardTeamRowView> NFLHFCOEGKK)
{
int num = 0;
base.LDLPMLOKNFJ(NFLHFCOEGKK, num != 0);
}
// Token: 0x06002CA5 RID: 11429 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x6002CA5")]
[Address(RVA = "0xA441A0", Offset = "0xA42FA0", VA = "0x180A441A0", Slot = "6")]
public override void UpdateGrid()
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x06002CA6 RID: 11430 RVA: 0x000B7060 File Offset: 0x000B5260
[Token(Token = "0x6002CA6")]
[Address(RVA = "0xA448F0", Offset = "0xA436F0", VA = "0x180A448F0")]
public ScoreboardPagedGrid()
{
}
// Token: 0x04002438 RID: 9272
[FieldOffset(Offset = "0x90")]
[Token(Token = "0x4002438")]
[SerializeField]
private LayoutElement layoutExpander;
}