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
Ref.cs
Go to the documentation of this file.
1using System;
2
3namespace Terraria
4{
5 // Token: 0x02000458 RID: 1112
6 public class Ref<T>
7 {
8 // Token: 0x060029DB RID: 10715 RVA: 0x001B16E8 File Offset: 0x001AF8E8
9 public Ref()
10 {
11 }
12
13 // Token: 0x060029DC RID: 10716 RVA: 0x001B16FC File Offset: 0x001AF8FC
14 public Ref(T value)
15 {
17 }
18
19 // Token: 0x040036F2 RID: 14066
20 public T Value;
21 }
22}
class f__AnonymousType0<< Count > j__TPar
Ref(T value)
Definition Ref.cs:14
T Value
Definition Ref.cs:20
Ref()
Definition Ref.cs:9