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
FastConditionSetter.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x02000860 RID: 2144
7 {
8 // Token: 0x06004394 RID: 17300 RVA: 0x0024E498 File Offset: 0x0024C698
14
15 // Token: 0x06004395 RID: 17301 RVA: 0x0024E4BC File Offset: 0x0024C6BC
17 {
18 if (this._setup != null)
19 {
20 return;
21 }
22 }
23
24 // Token: 0x06004396 RID: 17302 RVA: 0x0024E4D4 File Offset: 0x0024C6D4
26 {
27 if (this._tearDown != null)
28 {
29 return;
30 }
31 }
32
33 // Token: 0x06004397 RID: 17303 RVA: 0x0024E4EC File Offset: 0x0024C6EC
35 {
36 return 1;
37 }
38
39 // Token: 0x04008192 RID: 33170
41
42 // Token: 0x04008193 RID: 33171
44 }
45}
class f__AnonymousType0<< Count > j__TPar
FastConditionSetter(Action< SimulatorInfo > setup, Action< SimulatorInfo > tearDown)