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
@@ -0,0 +1,777 @@
using System;
using AGUI.StackedUI;
using Cpp2IlInjected;
using RecRoom.Systems.StreamingCamera;
using RRUI.Navigation;
using RRUI.Theme;
using UnityEngine;
namespace RRUI.Data
{
// Token: 0x02000EE3 RID: 3811
[Token(Token = "0x2000EE3")]
public class StackedUIShimModelController : ModelController<StackedUIShimModel>
{
// Token: 0x060057F9 RID: 22521 RVA: 0x00138DA0 File Offset: 0x00136FA0
[Token(Token = "0x60057F9")]
[Address(RVA = "0x1E4ADE0", Offset = "0x1E49DE0", VA = "0x181E4ADE0")]
public StackedUIShimModelController()
{
}
// Token: 0x02000EE4 RID: 3812
[Token(Token = "0x2000EE4")]
[Serializable]
private class UnreadChatsAndAnnouncementsTextImpl : TextControllerImpl<StackedUIShimModel>
{
// Token: 0x060057FA RID: 22522 RVA: 0x00138DB4 File Offset: 0x00136FB4
[Token(Token = "0x60057FA")]
[Address(RVA = "0x1C34070", Offset = "0x1C33070", VA = "0x181C34070", Slot = "27")]
protected override void DMAHGBLDMFA()
{
int maximum = this._maximum;
string text = 0.BOAKHAMILHB(maximum);
}
// Token: 0x060057FB RID: 22523 RVA: 0x00138DD8 File Offset: 0x00136FD8
[Token(Token = "0x60057FB")]
[Address(RVA = "0x1C340E0", Offset = "0x1C330E0", VA = "0x181C340E0")]
public UnreadChatsAndAnnouncementsTextImpl()
{
}
// Token: 0x04003C4F RID: 15439
[FieldOffset(Offset = "0x38")]
[Token(Token = "0x4003C4F")]
[SerializeField]
private int _maximum = (int)((ulong)99L);
}
// Token: 0x02000EE5 RID: 3813
[Token(Token = "0x2000EE5")]
[Serializable]
private class ResizeWatchButtonController : ButtonControllerImpl<StackedUIShimModel>
{
// Token: 0x060057FC RID: 22524 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x60057FC")]
[Address(RVA = "0x4242D0", Offset = "0x4232D0", VA = "0x1804242D0", Slot = "27")]
protected override void DMAHGBLDMFA()
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x060057FD RID: 22525 RVA: 0x00138DF8 File Offset: 0x00136FF8
[Token(Token = "0x60057FD")]
[Address(RVA = "0x1C263B0", Offset = "0x1C253B0", VA = "0x181C263B0", Slot = "29")]
protected override void IKNMALNFPII()
{
RRUIRootScreen rruirootScreen;
rruirootScreen.<LBNLPAIAGHF>k__BackingField.ToggleSize();
}
// Token: 0x060057FE RID: 22526 RVA: 0x00138E18 File Offset: 0x00137018
[Token(Token = "0x60057FE")]
[Address(RVA = "0x1C26410", Offset = "0x1C25410", VA = "0x181C26410")]
public ResizeWatchButtonController()
{
}
}
// Token: 0x02000EE6 RID: 3814
[Token(Token = "0x2000EE6")]
[Serializable]
private class GoToHomeScreenButtonController : ButtonControllerImpl<StackedUIShimModel>
{
// Token: 0x060057FF RID: 22527 RVA: 0x00138E2C File Offset: 0x0013702C
[Token(Token = "0x60057FF")]
[Address(RVA = "0x1C21290", Offset = "0x1C20290", VA = "0x181C21290", Slot = "22")]
protected override void OFFLOPLJBBG()
{
base.OFFLOPLJBBG();
int num = 0;
num += num;
num++;
throw new NullReferenceException();
}
// Token: 0x06005800 RID: 22528 RVA: 0x00138E50 File Offset: 0x00137050
[Token(Token = "0x6005800")]
[Address(RVA = "0x1C21110", Offset = "0x1C20110", VA = "0x181C21110", Slot = "27")]
protected override void DMAHGBLDMFA()
{
ToggleTheme toggleTheme = this._toggleTheme;
int num = 0;
if (toggleTheme != num)
{
BrowserModel browserModel = this.browserModel;
ToggleTheme toggleTheme2 = this._toggleTheme;
if (browserModel != 0)
{
CECAKDDNHLN uri = browserModel.NJIBHKPHKFF;
if (uri != 0)
{
Route <GIAMNOCCOHD>k__BackingField = uri.<GIAMNOCCOHD>k__BackingField;
if (<GIAMNOCCOHD>k__BackingField != 0)
{
int num2 = 0;
if (browserModel == 0 || browserModel.GKNIDBFDJNG != 0)
{
}
bool flag = <GIAMNOCCOHD>k__BackingField.Equals(num2);
}
}
}
int num3 = 0;
if (num3 != 0)
{
}
bool flag2 = num3 != 0;
toggleTheme2.MIKDLDEALPN = flag2;
}
}
// Token: 0x06005801 RID: 22529 RVA: 0x00138ED8 File Offset: 0x001370D8
[Token(Token = "0x6005801")]
[Address(RVA = "0x1C21230", Offset = "0x1C20230", VA = "0x181C21230", Slot = "29")]
protected override void IKNMALNFPII()
{
RRUIRootScreen rruirootScreen;
rruirootScreen.GoToHome();
}
// Token: 0x06005802 RID: 22530 RVA: 0x00138EF4 File Offset: 0x001370F4
[Token(Token = "0x6005802")]
[Address(RVA = "0x1C21390", Offset = "0x1C20390", VA = "0x181C21390")]
public GoToHomeScreenButtonController()
{
}
// Token: 0x04003C50 RID: 15440
[FieldOffset(Offset = "0x38")]
[Token(Token = "0x4003C50")]
[SerializeField]
[OAGJHJAIMMP(FHBJCBPFODN.SelfAndParent, false, false, false)]
protected BrowserModel browserModel;
// Token: 0x04003C51 RID: 15441
[FieldOffset(Offset = "0x40")]
[Token(Token = "0x4003C51")]
[SerializeField]
[OAGJHJAIMMP(FHBJCBPFODN.Self, false, false, false)]
private ToggleTheme _toggleTheme;
}
// Token: 0x02000EE7 RID: 3815
[Token(Token = "0x2000EE7")]
[Serializable]
private class GoToProfileScreenButtonController : ButtonControllerImpl<StackedUIShimModel>
{
// Token: 0x06005803 RID: 22531 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x6005803")]
[Address(RVA = "0x4242D0", Offset = "0x4232D0", VA = "0x1804242D0", Slot = "27")]
protected override void DMAHGBLDMFA()
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x06005804 RID: 22532 RVA: 0x00138F08 File Offset: 0x00137108
[Token(Token = "0x6005804")]
[Address(RVA = "0x1C21860", Offset = "0x1C20860", VA = "0x181C21860", Slot = "29")]
protected override void IKNMALNFPII()
{
int num = 0;
RRUIRootScreen rruirootScreen;
ProfileWatchUIFlow profileWatchUIFlow = rruirootScreen.GoTo<ProfileWatchUIFlow>(num);
}
// Token: 0x06005805 RID: 22533 RVA: 0x00138F28 File Offset: 0x00137128
[Token(Token = "0x6005805")]
[Address(RVA = "0x1C218C0", Offset = "0x1C208C0", VA = "0x181C218C0")]
public GoToProfileScreenButtonController()
{
}
}
// Token: 0x02000EE8 RID: 3816
[Token(Token = "0x2000EE8")]
[Serializable]
private class GoToEventsScreenButtonController : ButtonControllerImpl<StackedUIShimModel>
{
// Token: 0x06005806 RID: 22534 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x6005806")]
[Address(RVA = "0x4242D0", Offset = "0x4232D0", VA = "0x1804242D0", Slot = "27")]
protected override void DMAHGBLDMFA()
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x06005807 RID: 22535 RVA: 0x00138F3C File Offset: 0x0013713C
[Token(Token = "0x6005807")]
[Address(RVA = "0x1C21070", Offset = "0x1C20070", VA = "0x181C21070", Slot = "29")]
protected override void IKNMALNFPII()
{
string text = this.amplitudeCommandContext;
RRUIRootScreen rruirootScreen;
EventsScreen eventsScreen = rruirootScreen.GoTo<EventsScreen>(text);
}
// Token: 0x06005808 RID: 22536 RVA: 0x00138F60 File Offset: 0x00137160
[Token(Token = "0x6005808")]
[Address(RVA = "0x1C210D0", Offset = "0x1C200D0", VA = "0x181C210D0")]
public GoToEventsScreenButtonController()
{
}
// Token: 0x04003C52 RID: 15442
[FieldOffset(Offset = "0x38")]
[Token(Token = "0x4003C52")]
[SerializeField]
[Tooltip("Source tag passed to amplitude events taken in the UI pushed by this controller")]
private string amplitudeCommandContext;
}
// Token: 0x02000EE9 RID: 3817
[Token(Token = "0x2000EE9")]
[Serializable]
private class GoToCreateRoomScreenButtonController : ButtonControllerImpl<StackedUIShimModel>
{
// Token: 0x06005809 RID: 22537 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x6005809")]
[Address(RVA = "0x4242D0", Offset = "0x4232D0", VA = "0x1804242D0", Slot = "27")]
protected override void DMAHGBLDMFA()
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x0600580A RID: 22538 RVA: 0x00138F74 File Offset: 0x00137174
[Token(Token = "0x600580A")]
[Address(RVA = "0x1E3BE50", Offset = "0x1E3AE50", VA = "0x181E3BE50", Slot = "29")]
protected override void IKNMALNFPII()
{
string text = this.amplitudeCommandContext;
RRUIRootScreen rruirootScreen;
CreateRoomScreen createRoomScreen = rruirootScreen.GoTo<CreateRoomScreen>(text);
}
// Token: 0x0600580B RID: 22539 RVA: 0x00138F98 File Offset: 0x00137198
[Token(Token = "0x600580B")]
[Address(RVA = "0x1E3BEB0", Offset = "0x1E3AEB0", VA = "0x181E3BEB0")]
public GoToCreateRoomScreenButtonController()
{
}
// Token: 0x04003C53 RID: 15443
[FieldOffset(Offset = "0x38")]
[Token(Token = "0x4003C53")]
[SerializeField]
[Tooltip("Source tag passed to amplitude events taken in the UI pushed by this controller")]
private string amplitudeCommandContext;
}
// Token: 0x02000EEA RID: 3818
[Token(Token = "0x2000EEA")]
[Serializable]
private class GoToThisRoomScreenButtonController : ButtonControllerImpl<StackedUIShimModel>
{
// Token: 0x0600580C RID: 22540 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x600580C")]
[Address(RVA = "0x4242D0", Offset = "0x4232D0", VA = "0x1804242D0", Slot = "27")]
protected override void DMAHGBLDMFA()
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x0600580D RID: 22541 RVA: 0x00138FAC File Offset: 0x001371AC
[Token(Token = "0x600580D")]
[Address(RVA = "0x1C21C40", Offset = "0x1C20C40", VA = "0x181C21C40", Slot = "29")]
protected override void IKNMALNFPII()
{
string text = this.amplitudeCommandContext;
RRUIRootScreen rruirootScreen;
ThisRoomWatchUIFlow thisRoomWatchUIFlow = rruirootScreen.GoTo<ThisRoomWatchUIFlow>(text);
}
// Token: 0x0600580E RID: 22542 RVA: 0x00138FD0 File Offset: 0x001371D0
[Token(Token = "0x600580E")]
[Address(RVA = "0x1C21CA0", Offset = "0x1C20CA0", VA = "0x181C21CA0")]
public GoToThisRoomScreenButtonController()
{
}
// Token: 0x04003C54 RID: 15444
[FieldOffset(Offset = "0x38")]
[Token(Token = "0x4003C54")]
[SerializeField]
[Tooltip("Source tag passed to amplitude events taken in the UI pushed by this controller")]
private string amplitudeCommandContext;
}
// Token: 0x02000EEB RID: 3819
[Token(Token = "0x2000EEB")]
[Serializable]
private class GoToPeopleScreenButtonController : ButtonControllerImpl<StackedUIShimModel>
{
// Token: 0x0600580F RID: 22543 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x600580F")]
[Address(RVA = "0x4242D0", Offset = "0x4232D0", VA = "0x1804242D0", Slot = "27")]
protected override void DMAHGBLDMFA()
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x06005810 RID: 22544 RVA: 0x00138FE4 File Offset: 0x001371E4
[Token(Token = "0x6005810")]
[Address(RVA = "0x1C217C0", Offset = "0x1C207C0", VA = "0x181C217C0", Slot = "29")]
protected override void IKNMALNFPII()
{
string text = this.amplitudeCommandContext;
RRUIRootScreen rruirootScreen;
PeopleWatchUIFlow peopleWatchUIFlow = rruirootScreen.GoTo<PeopleWatchUIFlow>(text);
}
// Token: 0x06005811 RID: 22545 RVA: 0x00139008 File Offset: 0x00137208
[Token(Token = "0x6005811")]
[Address(RVA = "0x1C21820", Offset = "0x1C20820", VA = "0x181C21820")]
public GoToPeopleScreenButtonController()
{
}
// Token: 0x04003C55 RID: 15445
[FieldOffset(Offset = "0x38")]
[Token(Token = "0x4003C55")]
[SerializeField]
[Tooltip("Source tag passed to amplitude events taken in the UI pushed by this controller")]
private string amplitudeCommandContext;
}
// Token: 0x02000EEC RID: 3820
[Token(Token = "0x2000EEC")]
[Serializable]
private class GoToMessagesScreenButtonController : ButtonControllerImpl<StackedUIShimModel>
{
// Token: 0x06005812 RID: 22546 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x6005812")]
[Address(RVA = "0x4242D0", Offset = "0x4232D0", VA = "0x1804242D0", Slot = "27")]
protected override void DMAHGBLDMFA()
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x06005813 RID: 22547 RVA: 0x0013901C File Offset: 0x0013721C
[Token(Token = "0x6005813")]
[Address(RVA = "0x1C213D0", Offset = "0x1C203D0", VA = "0x181C213D0", Slot = "29")]
protected override void IKNMALNFPII()
{
string text = this.amplitudeCommandContext;
RRUIRootScreen rruirootScreen;
MessagesWatchUIFlow messagesWatchUIFlow = rruirootScreen.GoTo<MessagesWatchUIFlow>(text);
int num = 0;
if (!(messagesWatchUIFlow == num))
{
messagesWatchUIFlow.ShowChatSubscreen();
return;
}
}
// Token: 0x06005814 RID: 22548 RVA: 0x00139054 File Offset: 0x00137254
[Token(Token = "0x6005814")]
[Address(RVA = "0x1C21480", Offset = "0x1C20480", VA = "0x181C21480")]
public GoToMessagesScreenButtonController()
{
}
// Token: 0x04003C56 RID: 15446
[FieldOffset(Offset = "0x38")]
[Token(Token = "0x4003C56")]
[SerializeField]
[Tooltip("Source tag passed to amplitude events taken in the UI pushed by this controller")]
private string amplitudeCommandContext;
}
// Token: 0x02000EED RID: 3821
[Token(Token = "0x2000EED")]
[Serializable]
private class GoToNotificationsScreenButtonController : ButtonControllerImpl<StackedUIShimModel>
{
// Token: 0x06005815 RID: 22549 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x6005815")]
[Address(RVA = "0x4242D0", Offset = "0x4232D0", VA = "0x1804242D0", Slot = "27")]
protected override void DMAHGBLDMFA()
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x06005816 RID: 22550 RVA: 0x00139068 File Offset: 0x00137268
[Token(Token = "0x6005816")]
[Address(RVA = "0x1C21570", Offset = "0x1C20570", VA = "0x181C21570", Slot = "29")]
protected override void IKNMALNFPII()
{
string text = this.amplitudeCommandContext;
RRUIRootScreen rruirootScreen;
MessagesWatchUIFlow messagesWatchUIFlow = rruirootScreen.GoTo<MessagesWatchUIFlow>(text);
int num = 0;
if (!(messagesWatchUIFlow == num))
{
messagesWatchUIFlow.Button_ShowNotificationsList();
return;
}
}
// Token: 0x06005817 RID: 22551 RVA: 0x001390A0 File Offset: 0x001372A0
[Token(Token = "0x6005817")]
[Address(RVA = "0x1C21620", Offset = "0x1C20620", VA = "0x181C21620")]
public GoToNotificationsScreenButtonController()
{
}
// Token: 0x04003C57 RID: 15447
[FieldOffset(Offset = "0x38")]
[Token(Token = "0x4003C57")]
[SerializeField]
[Tooltip("Source tag passed to amplitude events taken in the UI pushed by this controller")]
private string amplitudeCommandContext;
}
// Token: 0x02000EEE RID: 3822
[Token(Token = "0x2000EEE")]
[Serializable]
private class GoToChallengesScreenButtonController : ButtonControllerImpl<StackedUIShimModel>
{
// Token: 0x06005818 RID: 22552 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x6005818")]
[Address(RVA = "0x4242D0", Offset = "0x4232D0", VA = "0x1804242D0", Slot = "27")]
protected override void DMAHGBLDMFA()
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x06005819 RID: 22553 RVA: 0x001390B4 File Offset: 0x001372B4
[Token(Token = "0x6005819")]
[Address(RVA = "0x1E3BB00", Offset = "0x1E3AB00", VA = "0x181E3BB00", Slot = "29")]
protected override void IKNMALNFPII()
{
string text = this.amplitudeCommandContext;
RRUIRootScreen rruirootScreen;
ChecklistWatchUIFlow checklistWatchUIFlow = rruirootScreen.GoTo<ChecklistWatchUIFlow>(text);
}
// Token: 0x0600581A RID: 22554 RVA: 0x001390D8 File Offset: 0x001372D8
[Token(Token = "0x600581A")]
[Address(RVA = "0x1E3BB60", Offset = "0x1E3AB60", VA = "0x181E3BB60")]
public GoToChallengesScreenButtonController()
{
}
// Token: 0x04003C58 RID: 15448
[FieldOffset(Offset = "0x38")]
[Token(Token = "0x4003C58")]
[SerializeField]
[Tooltip("Source tag passed to amplitude events taken in the UI pushed by this controller")]
private string amplitudeCommandContext;
}
// Token: 0x02000EEF RID: 3823
[Token(Token = "0x2000EEF")]
[Serializable]
private class GoToBackpackScreenButtonController : ButtonControllerImpl<StackedUIShimModel>
{
// Token: 0x0600581B RID: 22555 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x600581B")]
[Address(RVA = "0x4242D0", Offset = "0x4232D0", VA = "0x1804242D0", Slot = "27")]
protected override void DMAHGBLDMFA()
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x0600581C RID: 22556 RVA: 0x001390EC File Offset: 0x001372EC
[Token(Token = "0x600581C")]
[Address(RVA = "0x1E3BA60", Offset = "0x1E3AA60", VA = "0x181E3BA60", Slot = "29")]
protected override void IKNMALNFPII()
{
string text = this.amplitudeCommandContext;
RRUIRootScreen rruirootScreen;
BackpackScreen backpackScreen = rruirootScreen.GoTo<BackpackScreen>(text);
}
// Token: 0x0600581D RID: 22557 RVA: 0x00139110 File Offset: 0x00137310
[Token(Token = "0x600581D")]
[Address(RVA = "0x1E3BAC0", Offset = "0x1E3AAC0", VA = "0x181E3BAC0")]
public GoToBackpackScreenButtonController()
{
}
// Token: 0x04003C59 RID: 15449
[FieldOffset(Offset = "0x38")]
[Token(Token = "0x4003C59")]
[SerializeField]
[Tooltip("Source tag passed to amplitude events taken in the UI pushed by this controller")]
private string amplitudeCommandContext;
}
// Token: 0x02000EF0 RID: 3824
[Token(Token = "0x2000EF0")]
[Serializable]
private class GoToPartyScreenButtonController : ButtonControllerImpl<StackedUIShimModel>
{
// Token: 0x0600581E RID: 22558 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x600581E")]
[Address(RVA = "0x4242D0", Offset = "0x4232D0", VA = "0x1804242D0", Slot = "27")]
protected override void DMAHGBLDMFA()
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x0600581F RID: 22559 RVA: 0x00139124 File Offset: 0x00137324
[Token(Token = "0x600581F")]
[Address(RVA = "0x1C21710", Offset = "0x1C20710", VA = "0x181C21710", Slot = "29")]
protected override void IKNMALNFPII()
{
string text = this.amplitudeCommandContext;
RRUIRootScreen rruirootScreen;
rruirootScreen.GoTo<PeopleWatchUIFlow>(text).Button_SetPartyDisplayMode();
}
// Token: 0x06005820 RID: 22560 RVA: 0x0013914C File Offset: 0x0013734C
[Token(Token = "0x6005820")]
[Address(RVA = "0x1C21780", Offset = "0x1C20780", VA = "0x181C21780")]
public GoToPartyScreenButtonController()
{
}
// Token: 0x04003C5A RID: 15450
[FieldOffset(Offset = "0x38")]
[Token(Token = "0x4003C5A")]
[SerializeField]
[Tooltip("Source tag passed to amplitude events taken in the UI pushed by this controller")]
private string amplitudeCommandContext;
}
// Token: 0x02000EF1 RID: 3825
[Token(Token = "0x2000EF1")]
[Serializable]
private class GoToPartyInviteScreenButtonController : ButtonControllerImpl<StackedUIShimModel>
{
// Token: 0x06005821 RID: 22561 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x6005821")]
[Address(RVA = "0x4242D0", Offset = "0x4232D0", VA = "0x1804242D0", Slot = "27")]
protected override void DMAHGBLDMFA()
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x06005822 RID: 22562 RVA: 0x00139160 File Offset: 0x00137360
[Token(Token = "0x6005822")]
[Address(RVA = "0x1C21660", Offset = "0x1C20660", VA = "0x181C21660", Slot = "29")]
protected override void IKNMALNFPII()
{
string text = this.amplitudeCommandContext;
RRUIRootScreen rruirootScreen;
rruirootScreen.GoTo<PeopleWatchUIFlow>(text).Button_InviteToParty();
}
// Token: 0x06005823 RID: 22563 RVA: 0x00139188 File Offset: 0x00137388
[Token(Token = "0x6005823")]
[Address(RVA = "0x1C216D0", Offset = "0x1C206D0", VA = "0x181C216D0")]
public GoToPartyInviteScreenButtonController()
{
}
// Token: 0x04003C5B RID: 15451
[FieldOffset(Offset = "0x38")]
[Token(Token = "0x4003C5B")]
[SerializeField]
[Tooltip("Source tag passed to amplitude events taken in the UI pushed by this controller")]
private string amplitudeCommandContext;
}
// Token: 0x02000EF2 RID: 3826
[Token(Token = "0x2000EF2")]
[Serializable]
private class GoToSettingsScreenButtonController : ButtonControllerImpl<StackedUIShimModel>
{
// Token: 0x06005824 RID: 22564 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x6005824")]
[Address(RVA = "0x4242D0", Offset = "0x4232D0", VA = "0x1804242D0", Slot = "27")]
protected override void DMAHGBLDMFA()
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x06005825 RID: 22565 RVA: 0x0013919C File Offset: 0x0013739C
[Token(Token = "0x6005825")]
[Address(RVA = "0x1C21900", Offset = "0x1C20900", VA = "0x181C21900", Slot = "29")]
protected override void IKNMALNFPII()
{
string text = this.amplitudeCommandContext;
RRUIRootScreen rruirootScreen;
SettingsWatchUIFlow settingsWatchUIFlow = rruirootScreen.GoTo<SettingsWatchUIFlow>(text);
}
// Token: 0x06005826 RID: 22566 RVA: 0x001391C0 File Offset: 0x001373C0
[Token(Token = "0x6005826")]
[Address(RVA = "0x1C21960", Offset = "0x1C20960", VA = "0x181C21960")]
public GoToSettingsScreenButtonController()
{
}
// Token: 0x04003C5C RID: 15452
[FieldOffset(Offset = "0x38")]
[Token(Token = "0x4003C5C")]
[SerializeField]
[Tooltip("Source tag passed to amplitude events taken in the UI pushed by this controller")]
private string amplitudeCommandContext;
}
// Token: 0x02000EF3 RID: 3827
[Token(Token = "0x2000EF3")]
[Serializable]
private class GoToStreamingCameraScreenButtonController : ButtonControllerImpl<StackedUIShimModel>
{
// Token: 0x06005827 RID: 22567 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x6005827")]
[Address(RVA = "0x4242D0", Offset = "0x4232D0", VA = "0x1804242D0", Slot = "27")]
protected override void DMAHGBLDMFA()
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x06005828 RID: 22568 RVA: 0x001391D4 File Offset: 0x001373D4
[Token(Token = "0x6005828")]
[Address(RVA = "0x1C219A0", Offset = "0x1C209A0", VA = "0x181C219A0", Slot = "29")]
protected override void IKNMALNFPII()
{
string text = this.amplitudeCommandContext;
RRUIRootScreen rruirootScreen;
SpectatorWatchUIFlow spectatorWatchUIFlow = rruirootScreen.GoTo<SpectatorWatchUIFlow>(text);
}
// Token: 0x06005829 RID: 22569 RVA: 0x001391F8 File Offset: 0x001373F8
[Token(Token = "0x6005829")]
[Address(RVA = "0x1C21A00", Offset = "0x1C20A00", VA = "0x181C21A00")]
public GoToStreamingCameraScreenButtonController()
{
}
// Token: 0x04003C5D RID: 15453
[FieldOffset(Offset = "0x38")]
[Token(Token = "0x4003C5D")]
[SerializeField]
[Tooltip("Source tag passed to amplitude events taken in the UI pushed by this controller")]
private string amplitudeCommandContext;
}
// Token: 0x02000EF4 RID: 3828
[Token(Token = "0x2000EF4")]
[Serializable]
private class GoToDebugScreenButtonController : ButtonControllerImpl<StackedUIShimModel>
{
// Token: 0x0600582A RID: 22570 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x600582A")]
[Address(RVA = "0x4242D0", Offset = "0x4232D0", VA = "0x1804242D0", Slot = "27")]
protected override void DMAHGBLDMFA()
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x0600582B RID: 22571 RVA: 0x0013920C File Offset: 0x0013740C
[Token(Token = "0x600582B")]
[Address(RVA = "0x1C20FD0", Offset = "0x1C1FFD0", VA = "0x181C20FD0", Slot = "29")]
protected override void IKNMALNFPII()
{
string text = this.amplitudeCommandContext;
RRUIRootScreen rruirootScreen;
DebugScreen debugScreen = rruirootScreen.GoTo<DebugScreen>(text);
}
// Token: 0x0600582C RID: 22572 RVA: 0x00139230 File Offset: 0x00137430
[Token(Token = "0x600582C")]
[Address(RVA = "0x1C21030", Offset = "0x1C20030", VA = "0x181C21030")]
public GoToDebugScreenButtonController()
{
}
// Token: 0x04003C5E RID: 15454
[FieldOffset(Offset = "0x38")]
[Token(Token = "0x4003C5E")]
[SerializeField]
[Tooltip("Source tag passed to amplitude events taken in the UI pushed by this controller")]
private string amplitudeCommandContext;
}
// Token: 0x02000EF5 RID: 3829
[Token(Token = "0x2000EF5")]
[Serializable]
private class GoToTestCaseManagementScreenButtonController : ButtonControllerImpl<StackedUIShimModel>
{
// Token: 0x0600582D RID: 22573 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x600582D")]
[Address(RVA = "0x4242D0", Offset = "0x4232D0", VA = "0x1804242D0", Slot = "27")]
protected override void DMAHGBLDMFA()
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x0600582E RID: 22574 RVA: 0x00139244 File Offset: 0x00137444
[Token(Token = "0x600582E")]
[Address(RVA = "0x1C21BA0", Offset = "0x1C20BA0", VA = "0x181C21BA0", Slot = "29")]
protected override void IKNMALNFPII()
{
string text = this.amplitudeCommandContext;
RRUIRootScreen rruirootScreen;
TestCaseManagementWatchUIFlow testCaseManagementWatchUIFlow = rruirootScreen.GoTo<TestCaseManagementWatchUIFlow>(text);
}
// Token: 0x0600582F RID: 22575 RVA: 0x00139268 File Offset: 0x00137468
[Token(Token = "0x600582F")]
[Address(RVA = "0x1C21C00", Offset = "0x1C20C00", VA = "0x181C21C00")]
public GoToTestCaseManagementScreenButtonController()
{
}
// Token: 0x04003C5F RID: 15455
[FieldOffset(Offset = "0x38")]
[Token(Token = "0x4003C5F")]
[SerializeField]
[Tooltip("Source tag passed to amplitude events taken in the UI pushed by this controller")]
private string amplitudeCommandContext;
}
// Token: 0x02000EF6 RID: 3830
[Token(Token = "0x2000EF6")]
[Serializable]
private class GoToNearbyPlayersScreenButtonController : ButtonControllerImpl<StackedUIShimModel>
{
// Token: 0x06005830 RID: 22576 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x6005830")]
[Address(RVA = "0x4242D0", Offset = "0x4232D0", VA = "0x1804242D0", Slot = "27")]
protected override void DMAHGBLDMFA()
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x06005831 RID: 22577 RVA: 0x0013927C File Offset: 0x0013747C
[Token(Token = "0x6005831")]
[Address(RVA = "0x1C214C0", Offset = "0x1C204C0", VA = "0x181C214C0", Slot = "29")]
protected override void IKNMALNFPII()
{
string text = this.amplitudeCommandContext;
RRUIRootScreen rruirootScreen;
rruirootScreen.GoTo<PeopleWatchUIFlow>(text).Button_ToggleNearbyPlayers();
}
// Token: 0x06005832 RID: 22578 RVA: 0x001392A4 File Offset: 0x001374A4
[Token(Token = "0x6005832")]
[Address(RVA = "0x1C21530", Offset = "0x1C20530", VA = "0x181C21530")]
public GoToNearbyPlayersScreenButtonController()
{
}
// Token: 0x04003C60 RID: 15456
[FieldOffset(Offset = "0x38")]
[Token(Token = "0x4003C60")]
[SerializeField]
[Tooltip("Source tag passed to amplitude events taken in the UI pushed by this controller")]
private string amplitudeCommandContext;
}
}
}