Files
Aug2021-Cpp2IL-Dump/Assembly-CSharp/AGUI/StackedUI/RoomCommentsPagedGrid.cs
T
2026-04-10 22:50:51 +02:00

51 lines
1.7 KiB
C#

using System;
using System.Collections.Generic;
using System.Linq;
using Cpp2IlInjected;
using RecNet;
namespace AGUI.StackedUI
{
// Token: 0x02001174 RID: 4468
[Token(Token = "0x2001174")]
public class RoomCommentsPagedGrid : RecyclerPagedGrid<RoomComment, RoomCommentUIItem>
{
// Token: 0x06006532 RID: 25906 RVA: 0x00164F70 File Offset: 0x00163170
[Token(Token = "0x6006532")]
[Address(RVA = "0x132D060", Offset = "0x132BE60", VA = "0x18132D060")]
public void SetComments(IEnumerable<RoomComment> MEGOBECEPFA)
{
Func<RoomComment, long> <>9__0_ = RoomCommentsPagedGrid.<>c.<>9__0_0;
if (<>9__0_ == 0)
{
RoomCommentsPagedGrid.<>c.<>9__0_0 = (RoomComment x) => x.<JPAOOKPLEDB>k__BackingField;
}
IOrderedEnumerable<RoomComment> orderedEnumerable = Enumerable.OrderByDescending<RoomComment, long>(MEGOBECEPFA, <>9__0_);
bool isCompleted = ((IAsyncResult)this).IsCompleted;
}
// Token: 0x06006533 RID: 25907 RVA: 0x00164FAC File Offset: 0x001631AC
[Token(Token = "0x6006533")]
[Address(RVA = "0x51A220", Offset = "0x519020", VA = "0x18051A220")]
public void ClearComments()
{
bool isCompleted = ((IAsyncResult)this).IsCompleted;
}
// Token: 0x06006534 RID: 25908 RVA: 0x00164FC0 File Offset: 0x001631C0
[Token(Token = "0x6006534")]
[Address(RVA = "0x132D030", Offset = "0x132BE30", VA = "0x18132D030", Slot = "15")]
protected override void BGIECEPGDBE(RoomComment IOBEPGLJNIP, RoomCommentUIItem IOMFCIGGNOI, int CKOIAKLOKMM)
{
IOMFCIGGNOI.SetModel(IOBEPGLJNIP);
}
// Token: 0x06006535 RID: 25909 RVA: 0x00164FDC File Offset: 0x001631DC
[Token(Token = "0x6006535")]
[Address(RVA = "0x132D170", Offset = "0x132BF70", VA = "0x18132D170")]
public RoomCommentsPagedGrid()
{
}
}
}