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
OldAttribute.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
Terraria.Utilities
4
{
5
// Token: 0x02000506 RID: 1286
6
public
sealed
class
OldAttribute
:
Attribute
7
{
8
// Token: 0x06003118 RID: 12568 RVA: 0x001F78A0 File Offset: 0x001F5AA0
9
public
OldAttribute
()
10
{
11
this.message
=
""
;
12
}
13
14
// Token: 0x06003119 RID: 12569 RVA: 0x001F78C0 File Offset: 0x001F5AC0
15
public
OldAttribute
(
string
message
)
16
{
17
this.message
=
message
;
18
}
19
20
// Token: 0x17000624 RID: 1572
21
// (get) Token: 0x0600311A RID: 12570 RVA: 0x001F78DC File Offset: 0x001F5ADC
22
public
string
Message
23
{
24
get
25
{
26
return
this.
message
;
27
}
28
}
29
30
// Token: 0x04003AEF RID: 15087
31
private
string
message
;
32
}
33
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Attribute
Definition
Attribute.cs:11
Terraria.Utilities.OldAttribute.message
string message
Definition
OldAttribute.cs:31
Terraria.Utilities.OldAttribute.OldAttribute
OldAttribute()
Definition
OldAttribute.cs:9
Terraria.Utilities.OldAttribute.Message
string Message
Definition
OldAttribute.cs:23
Terraria.Utilities.OldAttribute.OldAttribute
OldAttribute(string message)
Definition
OldAttribute.cs:15
Terraria.Utilities.OldAttribute
Definition
OldAttribute.cs:7
System
Definition
__ComObject.cs:4
Terraria.Utilities
Definition
Bits64.cs:5
source
Terraria
Utilities
OldAttribute.cs
Generated by
1.10.0