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
SignInfo_OldMobile.cs
Go to the documentation of this file.
1using System;
2using System.IO;
3
4namespace Terraria.IO
5{
6 // Token: 0x02000573 RID: 1395
7 public class SignInfo_OldMobile
8 {
9 // Token: 0x060033E1 RID: 13281 RVA: 0x00200EAC File Offset: 0x001FF0AC
10 public bool Load(BinaryReader reader, int release)
11 {
12 string text = reader.ReadNetString();
13 Tile tile;
14 bool flag = tile.active();
16 }
17
18 // Token: 0x060033E2 RID: 13282 RVA: 0x00200ED4 File Offset: 0x001FF0D4
19 private string UserString(BinaryReader reader, int release)
20 {
21 return reader.ReadOldNetString();
22 }
23
24 // Token: 0x060033E3 RID: 13283 RVA: 0x00200EF0 File Offset: 0x001FF0F0
26 {
27 }
28 }
29}
class f__AnonymousType0<< Count > j__TPar
string UserString(BinaryReader reader, int release)
bool Load(BinaryReader reader, int release)
bool active()
Definition Tile.cs:1241