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
AuthenticationModulesSection.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x02000463 RID: 1123
8 {
9 // Token: 0x06001E76 RID: 7798 RVA: 0x00050B74 File Offset: 0x0004ED74
11 {
12 throw new NotSupportedException();
13 }
14
15 // Token: 0x170006E2 RID: 1762
16 // (get) Token: 0x06001E77 RID: 7799 RVA: 0x00050B88 File Offset: 0x0004ED88
24
25 // Token: 0x170006E3 RID: 1763
26 // (get) Token: 0x06001E78 RID: 7800 RVA: 0x00050B9C File Offset: 0x0004ED9C
28 {
29 get
30 {
31 throw new NotSupportedException();
32 }
33 }
34
35 // Token: 0x06001E79 RID: 7801 RVA: 0x00050BB0 File Offset: 0x0004EDB0
36 protected override void InitializeDefault()
37 {
38 throw new NotSupportedException();
39 }
40
41 // Token: 0x06001E7A RID: 7802 RVA: 0x00050BC4 File Offset: 0x0004EDC4
42 protected override void PostDeserialize()
43 {
44 throw new NotSupportedException();
45 }
46 }
47}