scripts
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
using RecRoom.Async;
|
||||
using TMPro;
|
||||
using UnityEngine;
|
||||
|
||||
namespace RecRoom.Core.Screens.UI
|
||||
{
|
||||
// Token: 0x02002A20 RID: 10784
|
||||
[Token(Token = "0x2002A20")]
|
||||
[StructLayout(3)]
|
||||
public class PrepopulateRegistrationScreenLoginUIDialog : ConfirmScreenLoginUIDialog<string>
|
||||
{
|
||||
// Token: 0x06012D38 RID: 77112 RVA: 0x0047E550 File Offset: 0x0047C750
|
||||
[Token(Token = "0x6012D38")]
|
||||
[Address(RVA = "0x11A0FB0", Offset = "0x119F9B0", VA = "0x1811A0FB0", Slot = "14")]
|
||||
public override IPromise<PBPCEIOFCLI> ShowDialog(string DAHEICMKIJJ)
|
||||
{
|
||||
TextMeshProUGUI textMeshProUGUI = this.cachedLoginNameLabel;
|
||||
string text = "Continue as @" + DAHEICMKIJJ;
|
||||
textMeshProUGUI.text = text;
|
||||
bool isCompleted = ((IAsyncResult)this).IsCompleted;
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
|
||||
// Token: 0x06012D39 RID: 77113 RVA: 0x0047E584 File Offset: 0x0047C784
|
||||
[Token(Token = "0x6012D39")]
|
||||
[Address(RVA = "0x11A1040", Offset = "0x119FA40", VA = "0x1811A1040")]
|
||||
public PrepopulateRegistrationScreenLoginUIDialog()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x0400CA1E RID: 51742
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x28")]
|
||||
[Token(Token = "0x400CA1E")]
|
||||
[SerializeField]
|
||||
private TextMeshProUGUI cachedLoginNameLabel;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user