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
ShoppingSettings.cs
Go to the documentation of this file.
1using System;
3
4namespace Terraria
5{
6 // Token: 0x02000423 RID: 1059
7 public struct ShoppingSettings
8 {
9 // Token: 0x1700055B RID: 1371
10 // (get) Token: 0x0600275F RID: 10079 RVA: 0x000021DB File Offset: 0x000003DB
12 {
13 get
14 {
15 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
16 }
17 }
18
19 // Token: 0x04003399 RID: 13209
20 public double PriceAdjustment;
21
22 // Token: 0x0400339A RID: 13210
23 public string HappinessReport;
24 }
25}
static ShoppingSettings NotInShop