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
GUINetplayStatusText.cs
Go to the documentation of this file.
1using System;
2
3// Token: 0x0200015C RID: 348
5{
6 // Token: 0x0600098A RID: 2442 RVA: 0x0002BC2C File Offset: 0x00029E2C
7 public void Draw(string statusText)
8 {
9 }
10
11 // Token: 0x0600098B RID: 2443 RVA: 0x0002BC3C File Offset: 0x00029E3C
12 public string ShowTestString()
13 {
14 return "";
15 }
16
17 // Token: 0x0600098C RID: 2444 RVA: 0x0002BC50 File Offset: 0x00029E50
19 {
20 }
21}
void Draw(string statusText)