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
AllPVPDeathCommand.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x020007A1 RID: 1953
7 [ChatCommand("AllPVPDeath")]
9 {
10 // Token: 0x06003FC2 RID: 16322 RVA: 0x00241218 File Offset: 0x0023F418
11 public void ProcessIncomingMessage(string text, byte clientId)
12 {
13 int num = 1;
14 if (num == 0)
15 {
16 }
17 if (num == 0 || "LegacyMultiplayer.26" == null)
18 {
19 }
20 }
21
22 // Token: 0x06003FC3 RID: 16323 RVA: 0x00241244 File Offset: 0x0023F444
24 {
25 }
26
27 // Token: 0x06003FC4 RID: 16324 RVA: 0x00241254 File Offset: 0x0023F454
29 {
30 }
31
32 // Token: 0x06003FC5 RID: 16325 RVA: 0x00241268 File Offset: 0x0023F468
33 // Note: this type is marked as 'beforefieldinit'.
35 {
36 }
37
38 // Token: 0x04007DCF RID: 32207
40 }
41}
class f__AnonymousType0<< Count > j__TPar
void ProcessOutgoingMessage(ChatMessage message)
void ProcessIncomingMessage(string text, byte clientId)