oh dear
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
using TMPro;
|
||||
|
||||
namespace AGUI.StackedUI
|
||||
{
|
||||
// Token: 0x0200114C RID: 4428
|
||||
[Token(Token = "0x200114C")]
|
||||
public class UsernameText : AccountSpecificText
|
||||
{
|
||||
// Token: 0x0600648E RID: 25742 RVA: 0x00162938 File Offset: 0x00160B38
|
||||
[Token(Token = "0x600648E")]
|
||||
[Address(RVA = "0xE91C10", Offset = "0xE90A10", VA = "0x180E91C10", 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: 0x0600648F RID: 25743 RVA: 0x0016298C File Offset: 0x00160B8C
|
||||
[Token(Token = "0x600648F")]
|
||||
[Address(RVA = "0x752FB0", Offset = "0x751DB0", VA = "0x180752FB0")]
|
||||
public UsernameText()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user