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
PerformanceCountersElement.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x0200047C RID: 1148
8 {
9 // Token: 0x06001F32 RID: 7986 RVA: 0x00051A24 File Offset: 0x0004FC24
11 {
12 throw new NotSupportedException();
13 }
14
15 // Token: 0x1700073E RID: 1854
16 // (get) Token: 0x06001F33 RID: 7987 RVA: 0x00051A38 File Offset: 0x0004FC38
17 // (set) Token: 0x06001F34 RID: 7988 RVA: 0x00051A4C File Offset: 0x0004FC4C
18 public bool Enabled
19 {
20 get
21 {
22 throw new NotSupportedException();
23 }
24 set
25 {
26 throw new NotSupportedException();
27 }
28 }
29
30 // Token: 0x1700073F RID: 1855
31 // (get) Token: 0x06001F35 RID: 7989 RVA: 0x00051A60 File Offset: 0x0004FC60
33 {
34 get
35 {
36 throw new NotSupportedException();
37 }
38 }
39 }
40}