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
OptionalFieldAttribute.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x020003E7 RID: 999
7 [ComVisible(true)]
8 [AttributeUsage(AttributeTargets.Field, Inherited = false)]
9 public sealed class OptionalFieldAttribute : Attribute
10 {
11 // Token: 0x06001F8C RID: 8076 RVA: 0x0004553C File Offset: 0x0004373C
13 {
14 }
15
16 // Token: 0x17000434 RID: 1076
17 // (set) Token: 0x06001F8D RID: 8077 RVA: 0x00045558 File Offset: 0x00043758
18 public int VersionAdded
19 {
20 set
21 {
23 }
24 }
25
26 // Token: 0x04000FC8 RID: 4040
27 private int versionAdded = 1;
28 }
29}
class f__AnonymousType0<< Count > j__TPar