Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ChatCommandAttribute.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
Terraria.Chat.Commands
;
4
5
[AttributeUsage(
AttributeTargets
.Class |
AttributeTargets
.Interface, Inherited =
false
)]
6
public
sealed
class
ChatCommandAttribute
:
Attribute
7
{
8
public
readonly
string
Name
;
9
10
public
ChatCommandAttribute
(
string
name)
11
{
12
Name
= name;
13
}
14
}
System.Attribute
Definition
Attribute.cs:12
Terraria.Chat.Commands.ChatCommandAttribute.Name
readonly string Name
Definition
ChatCommandAttribute.cs:8
Terraria.Chat.Commands.ChatCommandAttribute.ChatCommandAttribute
ChatCommandAttribute(string name)
Definition
ChatCommandAttribute.cs:10
Terraria.Chat.Commands.ChatCommandAttribute
Definition
ChatCommandAttribute.cs:7
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:5
System
Definition
BlockingCollection.cs:8
Terraria.Chat.Commands
Definition
AllDeathCommand.cs:4
source
Terraria.Chat.Commands
ChatCommandAttribute.cs
Generated by
1.10.0