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
PVPDeathCommand.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: 0x0200079F RID: 1951
7
[
ChatCommand
(
"PVPDeath"
)]
8
public
class
PVPDeathCommand
:
IChatCommand
9
{
10
// Token: 0x06003FBA RID: 16314 RVA: 0x0024116C File Offset: 0x0023F36C
11
public
void
ProcessIncomingMessage
(
string
text
,
byte
clientId
)
12
{
13
}
14
15
// Token: 0x06003FBB RID: 16315 RVA: 0x00241184 File Offset: 0x0023F384
16
public
void
ProcessOutgoingMessage
(
ChatMessage
message)
17
{
18
}
19
20
// Token: 0x06003FBC RID: 16316 RVA: 0x00241194 File Offset: 0x0023F394
21
public
PVPDeathCommand
()
22
{
23
}
24
25
// Token: 0x06003FBD RID: 16317 RVA: 0x002411A8 File Offset: 0x0023F3A8
26
// Note: this type is marked as 'beforefieldinit'.
27
static
PVPDeathCommand
()
28
{
29
}
30
31
// Token: 0x04007DCD RID: 32205
32
private
static
readonly
Color
RESPONSE_COLOR
;
33
}
34
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Terraria.Chat.ChatMessage
Definition
ChatMessage.cs:11
Terraria.Chat.Commands.PVPDeathCommand.PVPDeathCommand
PVPDeathCommand()
Definition
PVPDeathCommand.cs:21
Terraria.Chat.Commands.PVPDeathCommand.PVPDeathCommand
static PVPDeathCommand()
Definition
PVPDeathCommand.cs:27
Terraria.Chat.Commands.PVPDeathCommand.ProcessOutgoingMessage
void ProcessOutgoingMessage(ChatMessage message)
Definition
PVPDeathCommand.cs:16
Terraria.Chat.Commands.PVPDeathCommand.RESPONSE_COLOR
static readonly Color RESPONSE_COLOR
Definition
PVPDeathCommand.cs:32
Terraria.Chat.Commands.PVPDeathCommand.ProcessIncomingMessage
void ProcessIncomingMessage(string text, byte clientId)
Definition
PVPDeathCommand.cs:11
Terraria.Chat.Commands.PVPDeathCommand
Definition
PVPDeathCommand.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
PVPDeathCommand.cs
Generated by
1.10.0