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
ParticleOrchestraSettings.cs
Go to the documentation of this file.
1using System;
2using System.IO;
4
6{
7 // Token: 0x020009E7 RID: 2535
9 {
10 // Token: 0x06004ACC RID: 19148 RVA: 0x00268208 File Offset: 0x00266408
11 public void Serialize(BinaryWriter writer)
12 {
14 if (!true)
15 {
16 }
17 float x = this.MovementVector.X;
18 float y = this.MovementVector.Y;
21 }
22
23 // Token: 0x06004ACD RID: 19149 RVA: 0x00268248 File Offset: 0x00266448
24 public void DeserializeFrom(BinaryReader reader)
25 {
26 if (!true)
27 {
28 }
29 Vector2 vector = reader.ReadVector2();
30 Vector2 vector2 = reader.ReadVector2();
31 this.UniqueInfoPiece = reader;
33 }
34
35 // Token: 0x0400854D RID: 34125
37
38 // Token: 0x0400854E RID: 34126
40
41 // Token: 0x0400854F RID: 34127
42 public int UniqueInfoPiece;
43
44 // Token: 0x04008550 RID: 34128
46
47 // Token: 0x04008551 RID: 34129
48 public const int SerializationSize = 21;
49 }
50}
class f__AnonymousType0<< Count > j__TPar