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
Message.cs
Go to the documentation of this file.
1using System;
2
3namespace Telepathy
4{
5 // Token: 0x02000315 RID: 789
6 public struct Message
7 {
8 // Token: 0x0600126D RID: 4717 RVA: 0x00059A9C File Offset: 0x00057C9C
15
16 // Token: 0x04002205 RID: 8709
18
19 // Token: 0x04002206 RID: 8710
21
22 // Token: 0x04002207 RID: 8711
23 public readonly byte[] data;
24 }
25}
class f__AnonymousType0<< Count > j__TPar
readonly EventType eventType
Definition Message.cs:20
Message(int connectionId, EventType eventType, byte[] data)
Definition Message.cs:9
readonly int connectionId
Definition Message.cs:17
readonly byte[] data
Definition Message.cs:23