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
DelegateData.cs
Go to the documentation of this file.
1using System;
2
3namespace System
4{
5 // Token: 0x0200016F RID: 367
6 internal sealed class DelegateData
7 {
8 // Token: 0x06000EC0 RID: 3776 RVA: 0x0001FB50 File Offset: 0x0001DD50
9 public DelegateData()
10 {
11 }
12
13 // Token: 0x04000659 RID: 1625
15
16 // Token: 0x0400065A RID: 1626
17 public string method_name;
18
19 // Token: 0x0400065B RID: 1627
20 public bool curried_first_arg;
21 }
22}