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
MonoTODOAttribute.cs
Go to the documentation of this file.
1using System;
2
3namespace System
4{
5 // Token: 0x0200013C RID: 316
6 [AttributeUsage(AttributeTargets.All, AllowMultiple = true)]
7 internal class MonoTODOAttribute : Attribute
8 {
9 // Token: 0x06000CAA RID: 3242 RVA: 0x0001B890 File Offset: 0x00019A90
11 {
12 }
13
14 // Token: 0x06000CAB RID: 3243 RVA: 0x0001B8A4 File Offset: 0x00019AA4
16 {
18 }
19
20 // Token: 0x040004E1 RID: 1249
21 private string comment;
22 }
23}
class f__AnonymousType0<< Count > j__TPar
MonoTODOAttribute(string comment)