m
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
using TMPro;
|
||||
|
||||
namespace AGUI.StackedUI
|
||||
{
|
||||
// Token: 0x02001219 RID: 4633
|
||||
[Token(Token = "0x2001219")]
|
||||
public class UsernameText : AccountSpecificText
|
||||
{
|
||||
// Token: 0x060067E6 RID: 26598 RVA: 0x0016A7EC File Offset: 0x001689EC
|
||||
[Token(Token = "0x60067E6")]
|
||||
[Address(RVA = "0x1AD1330", Offset = "0x1AD0330", VA = "0x181AD1330", Slot = "7")]
|
||||
protected override void DMPBBJNDPMA(CCEOLAOLEKJ IINOFFFAGJG)
|
||||
{
|
||||
TextMeshProUGUI text = this.text;
|
||||
int num = 0;
|
||||
if (text != num)
|
||||
{
|
||||
TextMeshProUGUI text2 = this.text;
|
||||
if (IINOFFFAGJG != 0)
|
||||
{
|
||||
string text3 = IINOFFFAGJG.<KHJCEENDAOL>k__BackingField.NEFJIGBPGNM();
|
||||
string text4 = "@" + text3;
|
||||
}
|
||||
string text5 = text2.text;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x060067E7 RID: 26599 RVA: 0x0016A840 File Offset: 0x00168A40
|
||||
[Token(Token = "0x60067E7")]
|
||||
[Address(RVA = "0x8E9790", Offset = "0x8E8790", VA = "0x1808E9790")]
|
||||
public UsernameText()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user