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
MessageEnd.cs
Go to the documentation of this file.
1using System;
2using System.IO;
3
5{
6 // Token: 0x02000412 RID: 1042
7 internal sealed class MessageEnd
8 {
9 // Token: 0x06002021 RID: 8225 RVA: 0x00046C04 File Offset: 0x00044E04
10 internal MessageEnd()
11 {
12 }
13
14 // Token: 0x06002022 RID: 8226 RVA: 0x00046C18 File Offset: 0x00044E18
15 public void Write(__BinaryWriter sout)
16 {
17 BinaryWriter dataWriter = sout.dataWriter;
18 }
19
20 // Token: 0x06002023 RID: 8227 RVA: 0x00046C2C File Offset: 0x00044E2C
22 {
23 }
24
25 // Token: 0x06002024 RID: 8228 RVA: 0x00046C3C File Offset: 0x00044E3C
26 public void Dump()
27 {
28 }
29
30 // Token: 0x06002025 RID: 8229 RVA: 0x00046C4C File Offset: 0x00044E4C
31 public void Dump(Stream sout)
32 {
33 }
34 }
35}