using System; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using Cpp2IlInjected; using RecRoom.Async; using UnityEngine; namespace AGUI.StackedUI.Dialog { // Token: 0x02001C25 RID: 7205 [Token(Token = "0x2001C25")] [StructLayout(3)] public class UpdateRoomDescriptionDialog : EnterTextDialog { // Token: 0x0600C132 RID: 49458 RVA: 0x002D8960 File Offset: 0x002D6B60 [Token(Token = "0x600C132")] [Address(RVA = "0x1764DD0", Offset = "0x17637D0", VA = "0x181764DD0", Slot = "19")] public override IPromise ShowDialog(KLCOGEIGEBJ IJNAMEBOMJJ) { this.EBDCIFINPNK = IJNAMEBOMJJ; if (IJNAMEBOMJJ == 0) { Debug.LogError("targetRoom is null"); } string k__BackingField = IJNAMEBOMJJ.k__BackingField; return base.ShowDialog(); } // Token: 0x0600C133 RID: 49459 RVA: 0x002D8998 File Offset: 0x002D6B98 [Token(Token = "0x600C133")] [Address(RVA = "0x1764C70", Offset = "0x1763670", VA = "0x181764C70", Slot = "22")] protected override void KMLPJPCHKBG() { if (this.EBDCIFINPNK != (ulong)0L && this.PPKBKBMLGOF != 0) { int num = 0; base.FFHEADALFEO("Saving...", num != 0); IPromise promise = OJMCBOKJFOF.CFNFNEJGCEF(this.EBDCIFINPNK.k__BackingField, "Saving..."); Action action = new Action(this.KFHPHFGCBNB); Action action2 = new Action(this.CBDDDPHONIA); } } // Token: 0x0600C134 RID: 49460 RVA: 0x002D8A00 File Offset: 0x002D6C00 [Token(Token = "0x600C134")] [Address(RVA = "0x1764E70", Offset = "0x1763870", VA = "0x181764E70")] public UpdateRoomDescriptionDialog() { } // Token: 0x0600C135 RID: 49461 RVA: 0x002D8A14 File Offset: 0x002D6C14 [Token(Token = "0x600C135")] [Address(RVA = "0x1764BE0", Offset = "0x17635E0", VA = "0x181764BE0")] [CompilerGenerated] private void KFHPHFGCBNB(PPENFJMFPNE GJKGOKHKMMP) { int num = 0; base.KHKDGPHPIND(num, true); } // Token: 0x0600C136 RID: 49462 RVA: 0x002D8A34 File Offset: 0x002D6C34 [Token(Token = "0x600C136")] [Address(RVA = "0x1764B30", Offset = "0x1763530", VA = "0x181764B30")] [CompilerGenerated] private void CBDDDPHONIA(string MOPOMPHBHKF) { string text = "Failed to update: " + MOPOMPHBHKF; base.FFHEADALFEO(MOPOMPHBHKF, true); } // Token: 0x04007FC9 RID: 32713 [global::Cpp2IlInjected.FieldOffset(Offset = "0xA8")] [Token(Token = "0x4007FC9")] private KLCOGEIGEBJ EBDCIFINPNK; } }