This commit is contained in:
niko
2026-06-04 11:42:34 +02:00
parent f39ba70a9f
commit e720b98cd1
7488 changed files with 2493818 additions and 0 deletions
@@ -0,0 +1,94 @@
using System;
namespace AGUI.StackedUI.Dialog
{
// Token: 0x02001063 RID: 4195
public class UIRoomDetailsDialog : ConfirmUIDialog
{
// Token: 0x06023625 RID: 144933 RVA: 0x009A52E4 File Offset: 0x009A34E4
public UIRoomDetails LPDMEODLBPL()
{
if (this.GLGFLLMIOMF == null)
{
this.GLGFLLMIOMF = base.GetComponentInChildren<UIRoomDetails>(false);
}
return this.GLGFLLMIOMF;
}
// Token: 0x17001068 RID: 4200
// (get) Token: 0x06023627 RID: 144935 RVA: 0x009A5314 File Offset: 0x009A3514
// (set) Token: 0x0602362A RID: 144938 RVA: 0x009A5370 File Offset: 0x009A3570
public UIRoomDetails PFMOEEDCNBK
{
get
{
if (this.GLGFLLMIOMF == null)
{
this.GLGFLLMIOMF = base.GetComponentInChildren<UIRoomDetails>(true);
}
return this.GLGFLLMIOMF;
}
set
{
this.GLGFLLMIOMF = value;
}
}
// Token: 0x06023628 RID: 144936 RVA: 0x009A533C File Offset: 0x009A353C
public UIRoomDetails NBPLOMLOCPE()
{
if (this.GLGFLLMIOMF == null)
{
this.GLGFLLMIOMF = base.GetComponentInChildren<UIRoomDetails>(false);
}
return this.GLGFLLMIOMF;
}
// Token: 0x06023629 RID: 144937 RVA: 0x009A5364 File Offset: 0x009A3564
public void NCIOHDALPME(UIRoomDetails NOBAPCOKFIL)
{
this.GLGFLLMIOMF = NOBAPCOKFIL;
}
// Token: 0x0602362B RID: 144939 RVA: 0x009A537C File Offset: 0x009A357C
public void JOIOILMHGMH(UIRoomDetails NOBAPCOKFIL)
{
this.GLGFLLMIOMF = NOBAPCOKFIL;
}
// Token: 0x0602362C RID: 144940 RVA: 0x009A5388 File Offset: 0x009A3588
public UIRoomDetails LDLEONIENKI()
{
if (this.GLGFLLMIOMF == null)
{
this.GLGFLLMIOMF = base.GetComponentInChildren<UIRoomDetails>(true);
}
return this.GLGFLLMIOMF;
}
// Token: 0x0602362D RID: 144941 RVA: 0x009A53B0 File Offset: 0x009A35B0
public UIRoomDetails FNINKEDACCM()
{
if (this.GLGFLLMIOMF == null)
{
this.GLGFLLMIOMF = base.GetComponentInChildren<UIRoomDetails>(false);
}
return this.GLGFLLMIOMF;
}
// Token: 0x0602362E RID: 144942 RVA: 0x009A53D8 File Offset: 0x009A35D8
public void POLFKCIFHEI(UIRoomDetails NOBAPCOKFIL)
{
this.GLGFLLMIOMF = NOBAPCOKFIL;
}
// Token: 0x0602362F RID: 144943 RVA: 0x009A53E4 File Offset: 0x009A35E4
public void LMBAJINDFHB(UIRoomDetails NOBAPCOKFIL)
{
this.GLGFLLMIOMF = NOBAPCOKFIL;
}
// Token: 0x04005B01 RID: 23297
private UIRoomDetails GLGFLLMIOMF;
}
}