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
SayChatCommand.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x020007AA RID: 1962
7 [ChatCommand("Say")]
9 {
10 // Token: 0x06003FE9 RID: 16361 RVA: 0x00241668 File Offset: 0x0023F868
11 public void ProcessIncomingMessage(string text, byte clientId)
12 {
13 if (!true)
14 {
15 }
17 Console.WriteLine("<{0}> {1}", clientId, text);
18 }
19
20 // Token: 0x06003FEA RID: 16362 RVA: 0x0024168C File Offset: 0x0023F88C
22 {
23 }
24
25 // Token: 0x06003FEB RID: 16363 RVA: 0x0024169C File Offset: 0x0023F89C
27 {
28 }
29 }
30}
class f__AnonymousType0<< Count > j__TPar
static void WriteLine(object value)
Definition Console.cs:134
void ProcessOutgoingMessage(ChatMessage message)
void ProcessIncomingMessage(string text, byte clientId)
static NetworkText FromLiteral(string text)