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.
1
using
System
;
2
using
Microsoft.Xna.Framework.Graphics
;
3
4
namespace
Terraria.Chat.Commands
5
{
6
// Token: 0x020007A1 RID: 1953
7
[
ChatCommand
(
"AllPVPDeath"
)]
8
public
class
AllPVPDeathCommand
:
IChatCommand
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
23
public
void
ProcessOutgoingMessage
(
ChatMessage
message)
24
{
25
}
26
27
// Token: 0x06003FC4 RID: 16324 RVA: 0x00241254 File Offset: 0x0023F454
28
public
AllPVPDeathCommand
()
29
{
30
}
31
32
// Token: 0x06003FC5 RID: 16325 RVA: 0x00241268 File Offset: 0x0023F468
33
// Note: this type is marked as 'beforefieldinit'.
34
static
AllPVPDeathCommand
()
35
{
36
}
37
38
// Token: 0x04007DCF RID: 32207
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.AllPVPDeathCommand.AllPVPDeathCommand
AllPVPDeathCommand()
Definition
AllPVPDeathCommand.cs:28
Terraria.Chat.Commands.AllPVPDeathCommand.AllPVPDeathCommand
static AllPVPDeathCommand()
Definition
AllPVPDeathCommand.cs:34
Terraria.Chat.Commands.AllPVPDeathCommand.RESPONSE_COLOR
static readonly Color RESPONSE_COLOR
Definition
AllPVPDeathCommand.cs:39
Terraria.Chat.Commands.AllPVPDeathCommand.ProcessOutgoingMessage
void ProcessOutgoingMessage(ChatMessage message)
Definition
AllPVPDeathCommand.cs:23
Terraria.Chat.Commands.AllPVPDeathCommand.ProcessIncomingMessage
void ProcessIncomingMessage(string text, byte clientId)
Definition
AllPVPDeathCommand.cs:11
Terraria.Chat.Commands.AllPVPDeathCommand
Definition
AllPVPDeathCommand.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
AllPVPDeathCommand.cs
Generated by
1.10.0