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
ConditionsCompletedTracker.cs
Go to the documentation of this file.
1using System;
4
6{
7 // Token: 0x0200069A RID: 1690
9 {
10 // Token: 0x0600386D RID: 14445 RVA: 0x000021DB File Offset: 0x000003DB
11 public void AddCondition(AchievementCondition condition)
12 {
13 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
14 }
15
16 // Token: 0x0600386E RID: 14446 RVA: 0x00225C20 File Offset: 0x00223E20
18 {
19 if (!true)
20 {
21 }
22 int num = Math.Min(0, 0);
23 }
24
25 // Token: 0x0600386F RID: 14447 RVA: 0x00225C38 File Offset: 0x00223E38
26 protected override void Load()
27 {
28 int size = this._conditions._size;
29 if (size != 0)
30 {
31 }
32 int size2 = this._conditions._size;
33 }
34
35 // Token: 0x06003870 RID: 14448 RVA: 0x00225C64 File Offset: 0x00223E64
37 {
38 }
39
40 // Token: 0x04007933 RID: 31027
42 }
43}
class f__AnonymousType0<< Count > j__TPar
static byte Min(byte val1, byte val2)
Definition Math.cs:152
void OnConditionCompleted(AchievementCondition condition)