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
AllDeathCommand.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x020007A0 RID: 1952
7 [ChatCommand("AllDeath")]
9 {
10 // Token: 0x06003FBE RID: 16318 RVA: 0x002411B8 File Offset: 0x0023F3B8
11 public void ProcessIncomingMessage(string text, byte clientId)
12 {
13 int num = 1;
14 if (num == 0)
15 {
16 }
17 if (num == 0 || "LegacyMultiplayer.25" == null)
18 {
19 }
20 }
21
22 // Token: 0x06003FBF RID: 16319 RVA: 0x002411E4 File Offset: 0x0023F3E4
24 {
25 }
26
27 // Token: 0x06003FC0 RID: 16320 RVA: 0x002411F4 File Offset: 0x0023F3F4
29 {
30 }
31
32 // Token: 0x06003FC1 RID: 16321 RVA: 0x00241208 File Offset: 0x0023F408
33 // Note: this type is marked as 'beforefieldinit'.
35 {
36 }
37
38 // Token: 0x04007DCE RID: 32206
40 }
41}
class f__AnonymousType0<< Count > j__TPar
void ProcessOutgoingMessage(ChatMessage message)
void ProcessIncomingMessage(string text, byte clientId)