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
SettingsLoadedEventArgs.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x0200048C RID: 1164
7 {
8 // Token: 0x06001FA9 RID: 8105 RVA: 0x00052368 File Offset: 0x00050568
10 {
11 throw new NotSupportedException();
12 }
13
14 // Token: 0x17000764 RID: 1892
15 // (get) Token: 0x06001FAA RID: 8106 RVA: 0x0005237C File Offset: 0x0005057C
16 public SettingsProvider Provider
17 {
18 get
19 {
20 throw new NotSupportedException();
21 }
22 }
23 }
24}