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
DeathCommand.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: 0x0200079E RID: 1950
7
[
ChatCommand
(
"Death"
)]
8
public
class
DeathCommand
:
IChatCommand
9
{
10
// Token: 0x06003FB6 RID: 16310 RVA: 0x00241120 File Offset: 0x0023F320
11
public
void
ProcessIncomingMessage
(
string
text
,
byte
clientId
)
12
{
13
}
14
15
// Token: 0x06003FB7 RID: 16311 RVA: 0x00241138 File Offset: 0x0023F338
16
public
void
ProcessOutgoingMessage
(
ChatMessage
message)
17
{
18
}
19
20
// Token: 0x06003FB8 RID: 16312 RVA: 0x00241148 File Offset: 0x0023F348
21
public
DeathCommand
()
22
{
23
}
24
25
// Token: 0x06003FB9 RID: 16313 RVA: 0x0024115C File Offset: 0x0023F35C
26
// Note: this type is marked as 'beforefieldinit'.
27
static
DeathCommand
()
28
{
29
}
30
31
// Token: 0x04007DCC RID: 32204
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.DeathCommand.ProcessOutgoingMessage
void ProcessOutgoingMessage(ChatMessage message)
Definition
DeathCommand.cs:16
Terraria.Chat.Commands.DeathCommand.DeathCommand
static DeathCommand()
Definition
DeathCommand.cs:27
Terraria.Chat.Commands.DeathCommand.ProcessIncomingMessage
void ProcessIncomingMessage(string text, byte clientId)
Definition
DeathCommand.cs:11
Terraria.Chat.Commands.DeathCommand.RESPONSE_COLOR
static readonly Color RESPONSE_COLOR
Definition
DeathCommand.cs:32
Terraria.Chat.Commands.DeathCommand.DeathCommand
DeathCommand()
Definition
DeathCommand.cs:21
Terraria.Chat.Commands.DeathCommand
Definition
DeathCommand.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
DeathCommand.cs
Generated by
1.10.0