Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
OldAttribute.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
Terraria.Utilities
;
4
5
public
sealed
class
OldAttribute
:
Attribute
6
{
7
private
string
message
;
8
9
public
string
Message
=>
message
;
10
11
public
OldAttribute
()
12
{
13
message
=
""
;
14
}
15
16
public
OldAttribute
(
string
message
)
17
{
18
this.message =
message
;
19
}
20
}
System.Attribute
Definition
Attribute.cs:12
Terraria.Utilities.OldAttribute.message
string message
Definition
OldAttribute.cs:7
Terraria.Utilities.OldAttribute.OldAttribute
OldAttribute()
Definition
OldAttribute.cs:11
Terraria.Utilities.OldAttribute.Message
string Message
Definition
OldAttribute.cs:9
Terraria.Utilities.OldAttribute.OldAttribute
OldAttribute(string message)
Definition
OldAttribute.cs:16
Terraria.Utilities.OldAttribute
Definition
OldAttribute.cs:6
System
Definition
BlockingCollection.cs:8
Terraria.Utilities
Definition
ExtensionFilter.cs:1
source
Terraria.Utilities
OldAttribute.cs
Generated by
1.10.0