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
RollCommand.cs
Go to the documentation of this file.
1using System;
4
6{
7 // Token: 0x020007A9 RID: 1961
8 [ChatCommand("Roll")]
9 public class RollCommand : IChatCommand
10 {
11 // Token: 0x06003FE5 RID: 16357 RVA: 0x0024160C File Offset: 0x0023F80C
12 public void ProcessIncomingMessage(string text, byte clientId)
13 {
14 if (!true)
15 {
16 }
18 if (networkText == null || networkText != null)
19 {
20 return;
21 }
23 }
24
25 // Token: 0x06003FE6 RID: 16358 RVA: 0x00241634 File Offset: 0x0023F834
27 {
28 }
29
30 // Token: 0x06003FE7 RID: 16359 RVA: 0x00241644 File Offset: 0x0023F844
31 public RollCommand()
32 {
33 }
34
35 // Token: 0x06003FE8 RID: 16360 RVA: 0x00241658 File Offset: 0x0023F858
36 // Note: this type is marked as 'beforefieldinit'.
37 static RollCommand()
38 {
39 }
40
41 // Token: 0x04007DD9 RID: 32217
43 }
44}
class f__AnonymousType0<< Count > j__TPar
void ProcessOutgoingMessage(ChatMessage message)
void ProcessIncomingMessage(string text, byte clientId)
static readonly Color RESPONSE_COLOR