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
TimeInfo_OldMobile.cs
Go to the documentation of this file.
1using System;
2using System.IO;
3
4namespace Terraria.IO
5{
6 // Token: 0x02000575 RID: 1397
7 public class TimeInfo_OldMobile
8 {
9 // Token: 0x060033EE RID: 13294 RVA: 0x002011AC File Offset: 0x001FF3AC
10 public bool Load(BinaryReader reader, int release)
11 {
12 this.totalDays = reader;
13 this.moonType = reader;
14 return true;
15 }
16
17 // Token: 0x060033EF RID: 13295 RVA: 0x002011C8 File Offset: 0x001FF3C8
18 public bool LoadMeta(WorldFileData data, BinaryReader reader, int release)
19 {
20 this.totalDays = reader;
21 this.moonType = reader;
22 return true;
23 }
24
25 // Token: 0x060033F0 RID: 13296 RVA: 0x002011E4 File Offset: 0x001FF3E4
27 {
28 }
29
30 // Token: 0x04003E36 RID: 15926
31 private short totalDays;
32
33 // Token: 0x04003E37 RID: 15927
34 private byte moonType;
35
36 // Token: 0x04003E38 RID: 15928
37 public short daysSinceHardmode;
38 }
39}
class f__AnonymousType0<< Count > j__TPar
bool Load(BinaryReader reader, int release)
bool LoadMeta(WorldFileData data, BinaryReader reader, int release)