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
CustomFlagCondition.cs
Go to the documentation of this file.
1using System;
4
6{
7 // Token: 0x020009AA RID: 2474
9 {
10 // Token: 0x06004937 RID: 18743 RVA: 0x00261D40 File Offset: 0x0025FF40
11 private CustomFlagCondition(string name)
12 : base(name)
13 {
14 }
15
16 // Token: 0x06004938 RID: 18744 RVA: 0x000021DB File Offset: 0x000003DB
17 public static AchievementCondition Create(string name)
18 {
19 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
20 }
21 }
22}
class f__AnonymousType0<< Count > j__TPar
static AchievementCondition Create(string name)