terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
GUIPlayerNameMenu.cs
Go to the documentation of this file.
1using System;
2
3// Token: 0x02000278 RID: 632
4public class GUIPlayerNameMenu
5{
6 // Token: 0x06000E41 RID: 3649 RVA: 0x00045998 File Offset: 0x00043B98
7 public void Draw()
8 {
9 string text = this.editPlayerName;
10 string text2;
11 this.editPlayerName = text2;
12 int stringLength = text2._stringLength;
13 int num = 20;
14 long num2 = 0L;
15 string text3 = text2.Substring((int)num2, num);
17 if (stringLength == 0)
18 {
19 }
20 }
21
22 // Token: 0x06000E42 RID: 3650 RVA: 0x00045A0C File Offset: 0x00043C0C
24 {
25 }
26
27 // Token: 0x04001A0C RID: 6668
28 private float NewScale = (float)16256;
29
30 // Token: 0x04001A0D RID: 6669
31 private string editPlayerName;
32}
class f__AnonymousType0<< Count > j__TPar