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
CustomCurrencyID.cs
Go to the documentation of this file.
1using System;
2
3namespace Terraria.ID
4{
5 // Token: 0x020005C6 RID: 1478
6 public class CustomCurrencyID
7 {
8 // Token: 0x06003544 RID: 13636 RVA: 0x0020B384 File Offset: 0x00209584
10 {
11 }
12
13 // Token: 0x06003545 RID: 13637 RVA: 0x0020B398 File Offset: 0x00209598
14 // Note: this type is marked as 'beforefieldinit'.
16 {
17 }
18
19 // Token: 0x040047D0 RID: 18384
20 public const int None = -1;
21
22 // Token: 0x040047D1 RID: 18385
23 public static int DefenderMedals;
24 }
25}