using System; using AGUI.StackedUI; using Cpp2IlInjected; using RecRoom; using RecRoom.Core; using TMPro; using UnityEngine; using UnityEngine.UI; // Token: 0x020006AE RID: 1710 [Token(Token = "0x20006AE")] public class ScreenHeader : MonoBehaviour { // Token: 0x17000885 RID: 2181 // (get) Token: 0x06003193 RID: 12691 RVA: 0x0000220F File Offset: 0x0000040F // (set) Token: 0x06003194 RID: 12692 RVA: 0x000CB4AC File Offset: 0x000C96AC [Token(Token = "0x17000885")] public Color EGCKEMJIIAE { [Token(Token = "0x6003193")] [Address(RVA = "0xA45A40", Offset = "0xA44840", VA = "0x180A45A40")] get { throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method."); } [Token(Token = "0x6003194")] [Address(RVA = "0xA45AC0", Offset = "0xA448C0", VA = "0x180A45AC0")] set { Color color = this.backgroundColor; bool flag; if (flag) { this.Refresh(); } } } // Token: 0x17000886 RID: 2182 // (get) Token: 0x06003195 RID: 12693 RVA: 0x000CB4CC File Offset: 0x000C96CC // (set) Token: 0x06003196 RID: 12694 RVA: 0x000CB4E0 File Offset: 0x000C96E0 [Token(Token = "0x17000886")] public string LKIBJOMNFFD { [Token(Token = "0x6003195")] [Address(RVA = "0x46AA30", Offset = "0x469830", VA = "0x18046AA30")] get { return this.title; } [Token(Token = "0x6003196")] [Address(RVA = "0xA45C40", Offset = "0xA44A40", VA = "0x180A45C40")] set { if (this.title != value) { this.title = value; this.Refresh(); } } } // Token: 0x17000887 RID: 2183 // (get) Token: 0x06003197 RID: 12695 RVA: 0x000CB50C File Offset: 0x000C970C // (set) Token: 0x06003198 RID: 12696 RVA: 0x000CB520 File Offset: 0x000C9720 [Token(Token = "0x17000887")] public bool LDENPGAMDPF { [Token(Token = "0x6003197")] [Address(RVA = "0xA45A50", Offset = "0xA44850", VA = "0x180A45A50")] get { return this.showBackButton; } [Token(Token = "0x6003198")] [Address(RVA = "0xA45B40", Offset = "0xA44940", VA = "0x180A45B40")] set { if (this.showBackButton != value) { this.showBackButton = value; this.Refresh(); return; } } } // Token: 0x17000888 RID: 2184 // (get) Token: 0x06003199 RID: 12697 RVA: 0x000CB544 File Offset: 0x000C9744 // (set) Token: 0x0600319A RID: 12698 RVA: 0x000CB558 File Offset: 0x000C9758 [Token(Token = "0x17000888")] public bool BJGJMNDKMFG { [Token(Token = "0x6003199")] [Address(RVA = "0xA45A60", Offset = "0xA44860", VA = "0x180A45A60")] get { return this.showCloseButton; } [Token(Token = "0x600319A")] [Address(RVA = "0xA45B60", Offset = "0xA44960", VA = "0x180A45B60")] set { if (this.showCloseButton != value) { this.showCloseButton = value; this.Refresh(); return; } } } // Token: 0x17000889 RID: 2185 // (get) Token: 0x0600319B RID: 12699 RVA: 0x000CB57C File Offset: 0x000C977C // (set) Token: 0x0600319C RID: 12700 RVA: 0x000CB590 File Offset: 0x000C9790 [Token(Token = "0x17000889")] public bool OLMLLMGDPPP { [Token(Token = "0x600319B")] [Address(RVA = "0xA45AB0", Offset = "0xA448B0", VA = "0x180A45AB0")] get { return this.showShareButton; } [Token(Token = "0x600319C")] [Address(RVA = "0xA45C20", Offset = "0xA44A20", VA = "0x180A45C20")] set { if (this.showShareButton != value) { this.showShareButton = value; this.Refresh(); return; } } } // Token: 0x1700088A RID: 2186 // (get) Token: 0x0600319D RID: 12701 RVA: 0x000CB5B4 File Offset: 0x000C97B4 // (set) Token: 0x0600319E RID: 12702 RVA: 0x000CB5C8 File Offset: 0x000C97C8 [Token(Token = "0x1700088A")] public bool IEFGNOBALIO { [Token(Token = "0x600319D")] [Address(RVA = "0xA45A90", Offset = "0xA44890", VA = "0x180A45A90")] get { return this.showInviteButton; } [Token(Token = "0x600319E")] [Address(RVA = "0xA45BE0", Offset = "0xA449E0", VA = "0x180A45BE0")] set { if (this.showInviteButton != value) { this.showInviteButton = value; this.Refresh(); return; } } } // Token: 0x1700088B RID: 2187 // (get) Token: 0x0600319F RID: 12703 RVA: 0x000CB5EC File Offset: 0x000C97EC // (set) Token: 0x060031A0 RID: 12704 RVA: 0x000CB600 File Offset: 0x000C9800 [Token(Token = "0x1700088B")] public bool BJDPKOLOBOA { [Token(Token = "0x600319F")] [Address(RVA = "0x9F6FC0", Offset = "0x9F5DC0", VA = "0x1809F6FC0")] get { return this.showEnterCodeButton; } [Token(Token = "0x60031A0")] [Address(RVA = "0xA45B80", Offset = "0xA44980", VA = "0x180A45B80")] set { if (this.showEnterCodeButton != value) { this.showEnterCodeButton = value; this.Refresh(); return; } } } // Token: 0x1700088C RID: 2188 // (get) Token: 0x060031A1 RID: 12705 RVA: 0x000CB624 File Offset: 0x000C9824 // (set) Token: 0x060031A2 RID: 12706 RVA: 0x000CB638 File Offset: 0x000C9838 [Token(Token = "0x1700088C")] public bool IMHPEPFDCJH { [Token(Token = "0x60031A1")] [Address(RVA = "0xA45A80", Offset = "0xA44880", VA = "0x180A45A80")] get { return this.showHomeButton; } [Token(Token = "0x60031A2")] [Address(RVA = "0xA45BC0", Offset = "0xA449C0", VA = "0x180A45BC0")] set { if (this.showHomeButton != value) { this.showHomeButton = value; this.Refresh(); return; } } } // Token: 0x1700088D RID: 2189 // (get) Token: 0x060031A3 RID: 12707 RVA: 0x000CB65C File Offset: 0x000C985C // (set) Token: 0x060031A4 RID: 12708 RVA: 0x000CB670 File Offset: 0x000C9870 [Token(Token = "0x1700088D")] public bool IJEBGMAOEOM { [Token(Token = "0x60031A3")] [Address(RVA = "0xA45A70", Offset = "0xA44870", VA = "0x180A45A70")] get { return this.showExpandButton; } [Token(Token = "0x60031A4")] [Address(RVA = "0xA45BA0", Offset = "0xA449A0", VA = "0x180A45BA0")] set { if (this.showExpandButton != value) { this.showExpandButton = value; this.Refresh(); return; } } } // Token: 0x1700088E RID: 2190 // (get) Token: 0x060031A5 RID: 12709 RVA: 0x000CB694 File Offset: 0x000C9894 // (set) Token: 0x060031A6 RID: 12710 RVA: 0x000CB6A8 File Offset: 0x000C98A8 [Token(Token = "0x1700088E")] public bool BKFBIFBFNIK { [Token(Token = "0x60031A5")] [Address(RVA = "0xA45AA0", Offset = "0xA448A0", VA = "0x180A45AA0")] get { return this.showReportBugButton; } [Token(Token = "0x60031A6")] [Address(RVA = "0xA45C00", Offset = "0xA44A00", VA = "0x180A45C00")] set { if (this.showReportBugButton != value) { this.showReportBugButton = value; this.Refresh(); return; } } } // Token: 0x1700088F RID: 2191 // (get) Token: 0x060031A7 RID: 12711 RVA: 0x000CB6CC File Offset: 0x000C98CC // (set) Token: 0x060031A8 RID: 12712 RVA: 0x000CB6E0 File Offset: 0x000C98E0 [Token(Token = "0x1700088F")] public bool OLAGLIBPPBO { [Token(Token = "0x60031A7")] [Address(RVA = "0x4569A0", Offset = "0x4557A0", VA = "0x1804569A0")] get { return this.canShowMissingSomethingButton; } [Token(Token = "0x60031A8")] [Address(RVA = "0xA45B20", Offset = "0xA44920", VA = "0x180A45B20")] set { if (this.canShowMissingSomethingButton != value) { this.canShowMissingSomethingButton = value; this.Refresh(); return; } } } // Token: 0x17000890 RID: 2192 // (get) Token: 0x060031A9 RID: 12713 RVA: 0x000CB704 File Offset: 0x000C9904 [Token(Token = "0x17000890")] private StackedUIBase JGIANCOEHMA { [Token(Token = "0x60031A9")] [Address(RVA = "0xA45170", Offset = "0xA43F70", VA = "0x180A45170")] get { StackedUIFlowBase icoogohmjhf = this.ICOOGOHMJHF; int num = 0; if (icoogohmjhf != num) { return this.ICOOGOHMJHF.k__BackingField; } throw new NullReferenceException(); } } // Token: 0x17000891 RID: 2193 // (get) Token: 0x060031AA RID: 12714 RVA: 0x000CB738 File Offset: 0x000C9938 [Token(Token = "0x17000891")] private WatchUI OFMGKAODHPL { [Token(Token = "0x60031AA")] [Address(RVA = "0xA44F20", Offset = "0xA43D20", VA = "0x180A44F20")] get { if (this.JGIANCOEHMA == 0) { return; } } } // Token: 0x17000892 RID: 2194 // (get) Token: 0x060031AB RID: 12715 RVA: 0x000CB750 File Offset: 0x000C9950 [Token(Token = "0x17000892")] private bool GMCLOKGOFIE { [Token(Token = "0x60031AB")] [Address(RVA = "0xA45040", Offset = "0xA43E40", VA = "0x180A45040")] get { if (this.showExpandButton && !this.ICOOGOHMJHF.CHGIINGBBOO) { StackedUIBase stackedUIBase = this.JGIANCOEHMA; int num = 0; if (stackedUIBase != num) { return ((IAsyncResult)this.JGIANCOEHMA).IsCompleted; } } throw new NullReferenceException(); } } // Token: 0x060031AC RID: 12716 RVA: 0x000CB79C File Offset: 0x000C999C [Token(Token = "0x60031AC")] [Address(RVA = "0xA45880", Offset = "0xA44680", VA = "0x180A45880")] private void Start() { LocalPlayerController instance; Delegate @delegate; do { this.LDCEAOCFHOO(); StackedUIBase stackedUIBase = this.JGIANCOEHMA; int num = 0; if (stackedUIBase != num) { StackedUIBase stackedUIBase2 = this.JGIANCOEHMA; Action action = new Action(this.HELKDAGLGBJ); stackedUIBase2.ResizeCompleteEvent += action; } instance = SingletonMonoBehaviour.ONCPNMDGGKG; Action displayModeChange = instance.DisplayModeChange; Action action2 = new Action(this.GKIKFKFPMFN); @delegate = Delegate.Combine(displayModeChange, action2); } while (@delegate != 0 && @delegate == 0); instance.DisplayModeChange = @delegate; this.DOGECNJCGNK = true; this.Refresh(); } // Token: 0x060031AD RID: 12717 RVA: 0x000CB82C File Offset: 0x000C9A2C [Token(Token = "0x60031AD")] [Address(RVA = "0xA45200", Offset = "0xA44000", VA = "0x180A45200")] private void OnDestroy() { LocalPlayerController instance2; Delegate @delegate; do { StackedUIBase stackedUIBase = this.JGIANCOEHMA; int num = 0; if (stackedUIBase != num) { StackedUIBase stackedUIBase2 = this.JGIANCOEHMA; Action action = new Action(this.HELKDAGLGBJ); stackedUIBase2.ResizeCompleteEvent -= action; } LocalPlayerController instance = SingletonMonoBehaviour.ONCPNMDGGKG; int num2 = 0; if (!(instance != num2)) { return; } instance2 = SingletonMonoBehaviour.ONCPNMDGGKG; Action displayModeChange = instance2.DisplayModeChange; Action action2 = new Action(this.GKIKFKFPMFN); @delegate = Delegate.Remove(displayModeChange, action2); } while (@delegate != 0 && @delegate == 0); instance2.DisplayModeChange = @delegate; } // Token: 0x060031AE RID: 12718 RVA: 0x000CB8C0 File Offset: 0x000C9AC0 [Token(Token = "0x60031AE")] [Address(RVA = "0xA44FB0", Offset = "0xA43DB0", VA = "0x180A44FB0")] private void HELKDAGLGBJ(OGLEAGGNIPE OJJOHDIFMEG) { this.Refresh(); } // Token: 0x060031AF RID: 12719 RVA: 0x000CB8D4 File Offset: 0x000C9AD4 [Token(Token = "0x60031AF")] [Address(RVA = "0xA44FB0", Offset = "0xA43DB0", VA = "0x180A44FB0")] private void GKIKFKFPMFN() { this.Refresh(); } // Token: 0x060031B0 RID: 12720 RVA: 0x000CB8E8 File Offset: 0x000C9AE8 [Token(Token = "0x60031B0")] [Address(RVA = "0xA45400", Offset = "0xA44200", VA = "0x180A45400")] public void Refresh() { if (!this.PauseRefresh && (!Application.isPlaying || this.DOGECNJCGNK)) { this.LDCEAOCFHOO(); if (!this.titleText) { Debug.LogWarning("Missing TitleText reference on ScreenHeader", this); } string text = this.titleText.text; GameObject gameObject = this.backButton.gameObject; bool flag = this.showBackButton; gameObject.SetActive(flag); Transform transform = this.closeButton; int num = 0; if (!(transform == num)) { GameObject gameObject2 = this.closeButton.gameObject; bool flag2 = this.showCloseButton; gameObject2.SetActive(flag2); } if (this.showCloseButton) { Debug.LogError("Cannot show close button, since close button is not set.", this); } GameObject gameObject3 = this.shareButton.gameObject; bool flag3 = this.showShareButton; gameObject3.SetActive(flag3); GameObject gameObject4 = this.inviteButton.gameObject; bool flag4 = this.showInviteButton; gameObject4.SetActive(flag4); GameObject gameObject5 = this.enterCodeButton.gameObject; bool flag5 = this.showEnterCodeButton; gameObject5.SetActive(flag5); GameObject gameObject6 = this.homeButton.gameObject; bool flag6 = this.showHomeButton; gameObject6.SetActive(flag6); GameObject gameObject7 = this.reportBugButton.gameObject; bool flag7 = this.showReportBugButton; gameObject7.SetActive(flag7); bool isPlaying = Application.isPlaying; Button3D button3D = this.missingSomethingButton; if (!isPlaying) { GameObject gameObject8 = button3D.gameObject; } GameObject gameObject9 = button3D.gameObject; if (!this.canShowMissingSomethingButton) { } bool flag8 = GEAPBDGCKMB.KCGCPNMNCPG(ACDKILABNNC.RecCenterTokens); gameObject9.SetActive(flag8); if (!Application.isPlaying) { GameObject gameObject10 = this.expandButton.gameObject; bool flag9 = this.showExpandButton; gameObject10.SetActive(flag9); } else { if (this.showExpandButton && !this.ICOOGOHMJHF.CHGIINGBBOO) { StackedUIBase stackedUIBase = this.JGIANCOEHMA; int num2 = 0; if (stackedUIBase != num2) { string text2 = this.JGIANCOEHMA.MNKOCGHOJIJ; } } int num3 = 0; Transform transform2 = this.expandButton; if (num3 == 0) { GameObject gameObject11 = transform2.gameObject; int num4 = 0; gameObject11.SetActive(num4 != 0); return; } GameObject gameObject12; gameObject12.SetActive(true); this.OIOKLOKBHED(); return; } } } // Token: 0x060031B1 RID: 12721 RVA: 0x000CBB20 File Offset: 0x000C9D20 [Token(Token = "0x60031B1")] [Address(RVA = "0xA45110", Offset = "0xA43F10", VA = "0x180A45110")] private void OIOKLOKBHED() { StackedUIBase stackedUIBase = this.JGIANCOEHMA; Image image = this.expandImage; if (stackedUIBase.GCJKHCEAMLC != OGLEAGGNIPE.NORMAL) { Sprite sprite = this.expandMinimizeSprite; image.sprite = sprite; return; } Sprite sprite2 = this.expandMaximizeSprite; image.sprite = sprite2; } // Token: 0x060031B2 RID: 12722 RVA: 0x000CBB68 File Offset: 0x000C9D68 [Token(Token = "0x60031B2")] [Address(RVA = "0xA44FC0", Offset = "0xA43DC0", VA = "0x180A44FC0")] private void LDCEAOCFHOO() { StackedUIFlowBase icoogohmjhf = this.ICOOGOHMJHF; int num = 0; if (icoogohmjhf == num) { StackedUIFlowBase componentInParent = base.GetComponentInParent(); this.ICOOGOHMJHF = componentInParent; } } // Token: 0x060031B3 RID: 12723 RVA: 0x000CBB98 File Offset: 0x000C9D98 [Token(Token = "0x60031B3")] [Address(RVA = "0xA44930", Offset = "0xA43730", VA = "0x180A44930")] public void Button_Back() { StackedUIFlowBase componentInParent = base.GetComponentInParent(); int num = 0; if (componentInParent != num) { componentInParent.Button_ExitFlow(); return; } } // Token: 0x060031B4 RID: 12724 RVA: 0x000CBBC8 File Offset: 0x000C9DC8 [Token(Token = "0x60031B4")] [Address(RVA = "0xA449C0", Offset = "0xA437C0", VA = "0x180A449C0")] public void Button_Close() { StackedUIFlowBase componentInParent = base.GetComponentInParent(); int num = 0; if (componentInParent != num) { componentInParent.RequestClose(); return; } } // Token: 0x060031B5 RID: 12725 RVA: 0x000CBBF8 File Offset: 0x000C9DF8 [Token(Token = "0x60031B5")] [Address(RVA = "0xA44E90", Offset = "0xA43C90", VA = "0x180A44E90")] public void Button_Share() { StackedUIFlowBase componentInParent = base.GetComponentInParent(); int num = 0; if (componentInParent != num) { bool isCompleted = ((IAsyncResult)componentInParent).IsCompleted; return; } } // Token: 0x060031B6 RID: 12726 RVA: 0x000CBC28 File Offset: 0x000C9E28 [Token(Token = "0x60031B6")] [Address(RVA = "0xA44C50", Offset = "0xA43A50", VA = "0x180A44C50")] public void Button_Invite() { StackedUIFlowBase componentInParent = base.GetComponentInParent(); int num = 0; if (componentInParent != num) { bool isCompleted = ((IAsyncResult)componentInParent).IsCompleted; return; } } // Token: 0x060031B7 RID: 12727 RVA: 0x000CBC58 File Offset: 0x000C9E58 [Token(Token = "0x60031B7")] [Address(RVA = "0xA44A50", Offset = "0xA43850", VA = "0x180A44A50")] public void Button_EnterCode() { StackedUIFlowBase componentInParent = base.GetComponentInParent(); int num = 0; if (componentInParent != num) { bool isCompleted = ((IAsyncResult)componentInParent).IsCompleted; return; } } // Token: 0x060031B8 RID: 12728 RVA: 0x000CBC88 File Offset: 0x000C9E88 [Token(Token = "0x60031B8")] [Address(RVA = "0xA44BC0", Offset = "0xA439C0", VA = "0x180A44BC0")] public void Button_Home() { StackedUIBase stackedUIBase = this.JGIANCOEHMA; int num = 0; if (stackedUIBase != num) { this.JGIANCOEHMA.PopAllFlows(); } } // Token: 0x060031B9 RID: 12729 RVA: 0x000CBCBC File Offset: 0x000C9EBC [Token(Token = "0x60031B9")] [Address(RVA = "0xA44AE0", Offset = "0xA438E0", VA = "0x180A44AE0")] public void Button_Expand() { WatchUI watchUI = this.OFMGKAODHPL; int num = 0; if (watchUI != num) { this.OFMGKAODHPL.ToggleSize(); StackedUIBase stackedUIBase = this.JGIANCOEHMA; Image image = this.expandImage; if (stackedUIBase.GCJKHCEAMLC != OGLEAGGNIPE.NORMAL) { Sprite sprite = this.expandMinimizeSprite; image.sprite = sprite; return; } Sprite sprite2 = this.expandMaximizeSprite; image.sprite = sprite2; } } // Token: 0x060031BA RID: 12730 RVA: 0x000CBD28 File Offset: 0x000C9F28 [Token(Token = "0x60031BA")] [Address(RVA = "0xA44E10", Offset = "0xA43C10", VA = "0x180A44E10")] public void Button_ReportBug() { BugReportingUIFlow flowByType = this.JGIANCOEHMA.GetFlowByType(); StackedUIBase stackedUIBase = this.JGIANCOEHMA; int num = 0; stackedUIBase.PushFlow(flowByType, num); } // Token: 0x060031BB RID: 12731 RVA: 0x000CBD58 File Offset: 0x000C9F58 [Token(Token = "0x60031BB")] [Address(RVA = "0xA44CE0", Offset = "0xA43AE0", VA = "0x180A44CE0")] public void Button_MissingSomething() { WatchUI watchUI = this.OFMGKAODHPL; } // Token: 0x060031BC RID: 12732 RVA: 0x000CBD74 File Offset: 0x000C9F74 [Token(Token = "0x60031BC")] [Address(RVA = "0xA44D80", Offset = "0xA43B80", VA = "0x180A44D80")] public void Button_Party() { PeopleWatchUIFlow flowByType = this.JGIANCOEHMA.GetFlowByType(); StackedUIBase stackedUIBase = this.JGIANCOEHMA; int num = 0; stackedUIBase.PushFlow(flowByType, num); flowByType.Button_SetPartyDisplayMode(); } // Token: 0x060031BD RID: 12733 RVA: 0x000CBDAC File Offset: 0x000C9FAC [Token(Token = "0x60031BD")] [Address(RVA = "0xA453D0", Offset = "0xA441D0", VA = "0x180A453D0")] private void OnDrawGizmosSelected() { if (!Application.isPlaying) { this.Refresh(); return; } } // Token: 0x060031BE RID: 12734 RVA: 0x000CBDCC File Offset: 0x000C9FCC [Token(Token = "0x60031BE")] [Address(RVA = "0xA45A00", Offset = "0xA44800", VA = "0x180A45A00")] public ScreenHeader() { } // Token: 0x040028DF RID: 10463 [FieldOffset(Offset = "0x18")] [Token(Token = "0x40028DF")] [SerializeField] private TextMeshProUGUI titleText; // Token: 0x040028E0 RID: 10464 [FieldOffset(Offset = "0x20")] [Token(Token = "0x40028E0")] [SerializeField] private Transform backButton; // Token: 0x040028E1 RID: 10465 [FieldOffset(Offset = "0x28")] [Token(Token = "0x40028E1")] [SerializeField] [Tooltip("Optional close button.")] private Transform closeButton; // Token: 0x040028E2 RID: 10466 [FieldOffset(Offset = "0x30")] [Token(Token = "0x40028E2")] [SerializeField] private Transform shareButton; // Token: 0x040028E3 RID: 10467 [FieldOffset(Offset = "0x38")] [Token(Token = "0x40028E3")] [SerializeField] private Transform inviteButton; // Token: 0x040028E4 RID: 10468 [FieldOffset(Offset = "0x40")] [Token(Token = "0x40028E4")] [SerializeField] private Transform enterCodeButton; // Token: 0x040028E5 RID: 10469 [FieldOffset(Offset = "0x48")] [Token(Token = "0x40028E5")] [SerializeField] private Transform homeButton; // Token: 0x040028E6 RID: 10470 [FieldOffset(Offset = "0x50")] [Token(Token = "0x40028E6")] [SerializeField] private Transform expandButton; // Token: 0x040028E7 RID: 10471 [FieldOffset(Offset = "0x58")] [Token(Token = "0x40028E7")] [SerializeField] private Image expandImage; // Token: 0x040028E8 RID: 10472 [FieldOffset(Offset = "0x60")] [Token(Token = "0x40028E8")] [SerializeField] private Sprite expandMaximizeSprite; // Token: 0x040028E9 RID: 10473 [FieldOffset(Offset = "0x68")] [Token(Token = "0x40028E9")] [SerializeField] private Sprite expandMinimizeSprite; // Token: 0x040028EA RID: 10474 [FieldOffset(Offset = "0x70")] [Token(Token = "0x40028EA")] [SerializeField] private Button3D reportBugButton; // Token: 0x040028EB RID: 10475 [FieldOffset(Offset = "0x78")] [Token(Token = "0x40028EB")] [SerializeField] private Button3D missingSomethingButton; // Token: 0x040028EC RID: 10476 [FieldOffset(Offset = "0x80")] [Token(Token = "0x40028EC")] [SerializeField] private Button3D partyButton; // Token: 0x040028ED RID: 10477 [FieldOffset(Offset = "0x88")] [Token(Token = "0x40028ED")] [SerializeField] [Space] private Color backgroundColor; // Token: 0x040028EE RID: 10478 [FieldOffset(Offset = "0x98")] [Token(Token = "0x40028EE")] [SerializeField] private string title; // Token: 0x040028EF RID: 10479 [FieldOffset(Offset = "0xA0")] [Token(Token = "0x40028EF")] [SerializeField] private bool showBackButton = true; // Token: 0x040028F0 RID: 10480 [FieldOffset(Offset = "0xA1")] [Token(Token = "0x40028F0")] [SerializeField] private bool showCloseButton; // Token: 0x040028F1 RID: 10481 [FieldOffset(Offset = "0xA2")] [Token(Token = "0x40028F1")] [SerializeField] private bool showShareButton; // Token: 0x040028F2 RID: 10482 [FieldOffset(Offset = "0xA3")] [Token(Token = "0x40028F2")] [SerializeField] private bool showInviteButton; // Token: 0x040028F3 RID: 10483 [FieldOffset(Offset = "0xA4")] [Token(Token = "0x40028F3")] [SerializeField] private bool showEnterCodeButton; // Token: 0x040028F4 RID: 10484 [FieldOffset(Offset = "0xA5")] [Token(Token = "0x40028F4")] [SerializeField] private bool showHomeButton = true; // Token: 0x040028F5 RID: 10485 [FieldOffset(Offset = "0xA6")] [Token(Token = "0x40028F5")] [SerializeField] private bool showExpandButton; // Token: 0x040028F6 RID: 10486 [FieldOffset(Offset = "0xA7")] [Token(Token = "0x40028F6")] [SerializeField] private bool showReportBugButton; // Token: 0x040028F7 RID: 10487 [FieldOffset(Offset = "0xA8")] [Token(Token = "0x40028F7")] [SerializeField] private bool canShowMissingSomethingButton; // Token: 0x040028F8 RID: 10488 [FieldOffset(Offset = "0xA9")] [Token(Token = "0x40028F8")] public bool PauseRefresh; // Token: 0x040028F9 RID: 10489 [FieldOffset(Offset = "0xB0")] [Token(Token = "0x40028F9")] private StackedUIFlowBase ICOOGOHMJHF; // Token: 0x040028FA RID: 10490 [FieldOffset(Offset = "0xB8")] [Token(Token = "0x40028FA")] private bool DOGECNJCGNK; }