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
AbstractEventData.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x02000091 RID: 145
6 public abstract class AbstractEventData
7 {
8 // Token: 0x06000585 RID: 1413 RVA: 0x00010F88 File Offset: 0x0000F188
9 public virtual void Reset()
10 {
11 }
12
13 // Token: 0x06000586 RID: 1414 RVA: 0x00010F98 File Offset: 0x0000F198
14 public virtual void Use()
15 {
16 this.m_Used = true;
17 }
18
19 // Token: 0x1700016B RID: 363
20 // (get) Token: 0x06000587 RID: 1415 RVA: 0x00010FAC File Offset: 0x0000F1AC
21 public virtual bool used
22 {
23 get
24 {
25 return this.m_Used;
26 }
27 }
28
29 // Token: 0x06000588 RID: 1416 RVA: 0x00010FC0 File Offset: 0x0000F1C0
31 {
32 }
33
34 // Token: 0x04000289 RID: 649
35 protected bool m_Used;
36 }
37}
class f__AnonymousType0<< Count > j__TPar