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.
1
using
System
;
2
using
Microsoft.Xna.Framework.Graphics
;
3
4
namespace
Terraria.Chat.Commands
5
{
6
// Token: 0x020007A0 RID: 1952
7
[
ChatCommand
(
"AllDeath"
)]
8
public
class
AllDeathCommand
:
IChatCommand
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
23
public
void
ProcessOutgoingMessage
(
ChatMessage
message)
24
{
25
}
26
27
// Token: 0x06003FC0 RID: 16320 RVA: 0x002411F4 File Offset: 0x0023F3F4
28
public
AllDeathCommand
()
29
{
30
}
31
32
// Token: 0x06003FC1 RID: 16321 RVA: 0x00241208 File Offset: 0x0023F408
33
// Note: this type is marked as 'beforefieldinit'.
34
static
AllDeathCommand
()
35
{
36
}
37
38
// Token: 0x04007DCE RID: 32206
39
private
static
readonly
Color
RESPONSE_COLOR
;
40
}
41
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Terraria.Chat.ChatMessage
Definition
ChatMessage.cs:11
Terraria.Chat.Commands.AllDeathCommand.RESPONSE_COLOR
static readonly Color RESPONSE_COLOR
Definition
AllDeathCommand.cs:39
Terraria.Chat.Commands.AllDeathCommand.ProcessOutgoingMessage
void ProcessOutgoingMessage(ChatMessage message)
Definition
AllDeathCommand.cs:23
Terraria.Chat.Commands.AllDeathCommand.AllDeathCommand
static AllDeathCommand()
Definition
AllDeathCommand.cs:34
Terraria.Chat.Commands.AllDeathCommand.AllDeathCommand
AllDeathCommand()
Definition
AllDeathCommand.cs:28
Terraria.Chat.Commands.AllDeathCommand.ProcessIncomingMessage
void ProcessIncomingMessage(string text, byte clientId)
Definition
AllDeathCommand.cs:11
Terraria.Chat.Commands.AllDeathCommand
Definition
AllDeathCommand.cs:9
Terraria.Chat.Commands.IChatCommand
Definition
IChatCommand.cs:7
Microsoft.Xna.Framework.Graphics
Definition
Blend.cs:4
System.ExceptionArgument.text
@ text
System
Definition
__ComObject.cs:4
Terraria.Chat.Commands
Definition
AllDeathCommand.cs:5
Microsoft.Xna.Framework.Graphics.Color
Definition
Color.cs:12
source
Terraria
Chat
Commands
AllDeathCommand.cs
Generated by
1.10.0