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.
1using System;
2
3namespace 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 {
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}
class f__AnonymousType0<< Count > j__TPar