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
ChatCommandAttribute.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
Terraria.Chat.Commands
4
{
5
// Token: 0x0200079C RID: 1948
6
[
AttributeUsage
(
AttributeTargets
.Class |
AttributeTargets
.Interface, Inherited =
false
)]
7
public
sealed
class
ChatCommandAttribute
:
Attribute
8
{
9
// Token: 0x06003FB3 RID: 16307 RVA: 0x00241104 File Offset: 0x0023F304
10
public
ChatCommandAttribute
(
string
name
)
11
{
12
this.Name
=
name
;
13
}
14
15
// Token: 0x04007DCB RID: 32203
16
public
readonly
string
Name
;
17
}
18
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Attribute
Definition
Attribute.cs:11
Terraria.Chat.Commands.ChatCommandAttribute.Name
readonly string Name
Definition
ChatCommandAttribute.cs:16
Terraria.Chat.Commands.ChatCommandAttribute.ChatCommandAttribute
ChatCommandAttribute(string name)
Definition
ChatCommandAttribute.cs:10
Terraria.Chat.Commands.ChatCommandAttribute
Definition
ChatCommandAttribute.cs:8
System.ExceptionArgument.name
@ name
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:8
System
Definition
__ComObject.cs:4
Terraria.Chat.Commands
Definition
AllDeathCommand.cs:5
source
Terraria
Chat
Commands
ChatCommandAttribute.cs
Generated by
1.10.0