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
Weather_OldMobile.cs
Go to the documentation of this file.
1using System;
2using System.IO;
3
4namespace Terraria.IO
5{
6 // Token: 0x02000576 RID: 1398
7 public class Weather_OldMobile
8 {
9 // Token: 0x060033F1 RID: 13297 RVA: 0x002011F8 File Offset: 0x001FF3F8
10 public bool Load(BinaryReader reader, int release)
11 {
12 return true;
13 }
14
15 // Token: 0x060033F2 RID: 13298 RVA: 0x00201208 File Offset: 0x001FF408
16 public bool LoadMeta(WorldFileData data, BinaryReader reader, int release)
17 {
18 return true;
19 }
20
21 // Token: 0x060033F3 RID: 13299 RVA: 0x00201218 File Offset: 0x001FF418
23 {
24 }
25
26 // Token: 0x04003E39 RID: 15929
27 private float cloudBGActive;
28 }
29}
class f__AnonymousType0<< Count > j__TPar
bool LoadMeta(WorldFileData data, BinaryReader reader, int release)
bool Load(BinaryReader reader, int release)